Skip to content

Commit

Permalink
[JENKINS-50804] Pass -P!consume-incrementals during release:perform
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jun 2, 2021
1 parent 3e8c2da commit 91ddbf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>${maven-release-plugin.version}</version>
<configuration>
<releaseProfiles>!consume-incrementals</releaseProfiles>
</configuration>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
Expand Down

0 comments on commit 91ddbf8

Please sign in to comment.