Set autoReleaseAfterClose to true
This commit is contained in:
4
pom.xml
4
pom.xml
@ -611,7 +611,9 @@ Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code
|
|||||||
<configuration>
|
<configuration>
|
||||||
<serverId>ossrh</serverId>
|
<serverId>ossrh</serverId>
|
||||||
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
|
<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>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
Reference in New Issue
Block a user