Skip to content

Commit a5494b1

Browse files
committed
Revert "cleanup pom"
This reverts commit 3add6b7.
1 parent 36ca44a commit a5494b1

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,24 @@
216216
<properties>
217217
<gpg.executable>gpg2</gpg.executable>
218218
</properties>
219+
<activation>
220+
<property>
221+
<name>performRelease</name>
222+
<value>true</value>
223+
</property>
224+
</activation>
219225
<build>
220226
<plugins>
221227
<plugin>
222228
<groupId>org.apache.maven.plugins</groupId>
223229
<artifactId>maven-release-plugin</artifactId>
224230
<version>2.5.3</version>
231+
<configuration>
232+
<autoVersionSubmodules>true</autoVersionSubmodules>
233+
<useReleaseProfile>false</useReleaseProfile>
234+
<releaseProfiles>release</releaseProfiles>
235+
<goals>deploy</goals>
236+
</configuration>
225237
</plugin>
226238

227239
<plugin>

0 commit comments

Comments
 (0)