Add sonatype-oss-release profile
This commit is contained in:
parent
c588a8a40b
commit
fbf54a6027
3
pom.xml
3
pom.xml
@ -356,7 +356,8 @@
|
||||
<artifactId>maven-release-plugin</artifactId>
|
||||
<version>2.3.2</version>
|
||||
<configuration>
|
||||
<arguments>-P release,full</arguments>
|
||||
<useReleaseProfile>false</useReleaseProfile>
|
||||
<arguments>-P release,sonatype-oss-release,full</arguments>
|
||||
<autoVersionSubmodules>true</autoVersionSubmodules>
|
||||
<tagNameFormat>netty-@{project.version}</tagNameFormat>
|
||||
<localCheckout>true</localCheckout>
|
||||
|
Loading…
Reference in New Issue
Block a user