Skip to content

Commit

Permalink
Add release-sign-artifacts to release profiles
Browse files Browse the repository at this point in the history
Add release-sign-artifacts to release profiles, instead of using the
performRelease flag. This flag, set through useReleaseProfile, will be
deprecated

#bug/activate-artifact-signing-release-plugin-3
  • Loading branch information
smcvb committed Apr 25, 2023
1 parent 1657fb0 commit 83fce3e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -348,9 +348,10 @@
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0</version>
<configuration>
<mavenExecutorId>forked-path</mavenExecutorId>
<localCheckout>true</localCheckout>
<mavenExecutorId>forked-path</mavenExecutorId>
<pushChanges>false</pushChanges>
<releaseProfiles>release-sign-artifacts</releaseProfiles>
</configuration>
</plugin>

Expand Down Expand Up @@ -379,12 +380,6 @@
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
Expand Down

0 comments on commit 83fce3e

Please sign in to comment.