goal order

This commit is contained in:
Mariusz Smykula
2016-04-05 15:08:44 +02:00
parent ab5686b69c
commit 628fdd270e

10
pom.xml
View File

@@ -185,6 +185,15 @@
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<extensions>true</extensions>
<executions>
<execution>
<id>default-deploy</id>
<phase>deploy</phase>
<goals>
<goal>deploy</goal>
</goals>
</execution>
</executions>
<configuration>
<serverId>oss</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
@@ -198,6 +207,7 @@
<inherited>false</inherited>
<executions>
<execution>
<id>tag-release</id>
<phase>deploy</phase>
<goals>
<goal>tag</goal>