goal order
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user