Skip to content

Commit 69e18ee

Browse files
committed
added maven release plugin
1 parent f3bd062 commit 69e18ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,17 @@
104104
</execution>
105105
</executions>
106106
</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>
107118
<plugin>
108119
<groupId>org.sonatype.plugins</groupId>
109120
<artifactId>nexus-staging-maven-plugin</artifactId>

0 commit comments

Comments
 (0)