We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3bd062 commit 69e18eeCopy full SHA for 69e18ee
pom.xml
@@ -104,6 +104,17 @@
104
</execution>
105
</executions>
106
</plugin>
107
+ <plugin>
108
+ <groupId>org.apache.maven.plugins</groupId>
109
+ <artifactId>maven-release-plugin</artifactId>
110
+ <version>2.5.3</version>
111
+ <configuration>
112
+ <autoVersionSubmodules>true</autoVersionSubmodules>
113
+ <useReleaseProfile>false</useReleaseProfile>
114
+ <releaseProfiles>release</releaseProfiles>
115
+ <goals>deploy</goals>
116
+ </configuration>
117
+ </plugin>
118
<plugin>
119
<groupId>org.sonatype.plugins</groupId>
120
<artifactId>nexus-staging-maven-plugin</artifactId>
0 commit comments