Skip to content

Commit

Permalink
Define releaseProfiles in <plugins> section rather than `<pluginM…
Browse files Browse the repository at this point in the history
…anagement>` section (#380)
  • Loading branch information
basil authored Jan 20, 2023
1 parent 6183532 commit 7c247a6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,9 +283,6 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<releaseProfiles>!consume-incrementals,jenkins-release</releaseProfiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
Expand Down Expand Up @@ -645,6 +642,12 @@
<plugin>
<artifactId>maven-eclipse-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<configuration>
<releaseProfiles>jenkins-release,!consume-incrementals</releaseProfiles>
</configuration>
</plugin>
</plugins>
</build>

Expand Down

0 comments on commit 7c247a6

Please sign in to comment.