Make project autorelease when deploying to Nexus
This commit is contained in:
parent
2f45fc7178
commit
ef949a2676
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -190,7 +190,7 @@
|
||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
||||||
<autoReleaseAfterClose>false</autoReleaseAfterClose>
|
<autoReleaseAfterClose>true</autoReleaseAfterClose>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
@ -208,7 +208,7 @@
|
||||||
<doCheck>false</doCheck>
|
<doCheck>false</doCheck>
|
||||||
<doUpdate>false</doUpdate>
|
<doUpdate>false</doUpdate>
|
||||||
<shortRevisionLength>7</shortRevisionLength>
|
<shortRevisionLength>7</shortRevisionLength>
|
||||||
<revisionOnScmFailure>true</revisionOnScmFailure>
|
<revisionOnScmFailure>Detached</revisionOnScmFailure>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Add table
Reference in a new issue