Set autoReleaseAfterClose to true

This commit is contained in:
Andreas Dangel
2017-02-25 20:09:07 +01:00
parent 38173659b3
commit ab578e8ad7

View File

@ -611,7 +611,9 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose> <!-- settings this to true will automatically promote releases to central -->
<!-- if autoReleaseAfterClose is true, then the artifacts will be
automatically promoted to maven central -->
<autoReleaseAfterClose>true</autoReleaseAfterClose>
</configuration>
</plugin>
</plugins>