Skip to content

Commit 38e63e7

Browse files
committed
Another try at POM
1 parent c371642 commit 38e63e7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,13 @@
182182

183183
<profiles>
184184
<profile>
185-
<id>release-profile</id>
185+
<id>release-sign-artifacts</id>
186+
<activation>
187+
<property>
188+
<name>performRelease</name>
189+
<value>true</value>
190+
</property>
191+
</activation>
186192
<build>
187193
<pluginManagement>
188194
</pluginManagement>

0 commit comments

Comments
 (0)