Skip to content

Commit af7b29b

Browse files
committed
Update release configuration for GPG signing
1 parent 4fad65a commit af7b29b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,9 @@
6565

6666
<profiles>
6767

68-
<!-- To activate this use 'mvn release:prepare release:perform' -->
68+
<!-- Only activated during release -->
6969
<profile>
7070
<id>release-sign-artifacts</id>
71-
<activation>
72-
<property>
73-
<name>performRelease</name>
74-
<value>true</value>
75-
</property>
76-
</activation>
7771
<build>
7872
<plugins>
7973
<plugin>
@@ -147,6 +141,7 @@
147141
<configuration>
148142
<autoVersionSubmodules>true</autoVersionSubmodules>
149143
<mavenExecutorId>forked-path</mavenExecutorId>
144+
<releaseProfiles>release-sign-artifacts</releaseProfiles>
150145
</configuration>
151146
</plugin>
152147

0 commit comments

Comments
 (0)