Skip to content

Commit

Permalink
chore: removed duplicate "it" profile
Browse files Browse the repository at this point in the history
  • Loading branch information
wglanzer committed Oct 17, 2024
1 parent 470927d commit 0861d9d
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,5 @@
<module>integration-tests</module>
</modules>
</profile>
<profile>
<id>it</id>
<activation>
<property>
<name>performRelease</name>
<value>!true</value>
</property>
</activation>
<modules>
<module>integration-tests</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit 0861d9d

Please sign in to comment.