We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36ca44a commit a5494b1Copy full SHA for a5494b1
pom.xml
@@ -216,12 +216,24 @@
216
<properties>
217
<gpg.executable>gpg2</gpg.executable>
218
</properties>
219
+ <activation>
220
+ <property>
221
+ <name>performRelease</name>
222
+ <value>true</value>
223
+ </property>
224
+ </activation>
225
<build>
226
<plugins>
227
<plugin>
228
<groupId>org.apache.maven.plugins</groupId>
229
<artifactId>maven-release-plugin</artifactId>
230
<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>
237
</plugin>
238
239
0 commit comments