Skip to content

Commit

Permalink
Remove invalid reference to the (now removed) "release" module
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Oct 28, 2024
1 parent b3d84fa commit d070a82
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,22 +175,5 @@
<docker.skip>true</docker.skip>
</properties>
</profile>
<!--
WARNING: this MUST be the very last profile,
so that the "release" module is the very last module,
in particular when deploying artifacts to a Nexus repository.
See the "release" module POM for more information.
-->
<profile>
<id>release</id>
<activation>
<property>
<name>performRelease</name>
</property>
</activation>
<modules>
<module>release</module>
</modules>
</profile>
</profiles>
</project>

0 comments on commit d070a82

Please sign in to comment.