Skip to content

Commit ed9ce6b

Browse files
committed
disable release plugin
1 parent 5d69a37 commit ed9ce6b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,8 @@
971971
<!-- After artifacts were deployed from linux and macos we need to execute the following on macOS (in the root of the project).
972972
mvn -Psonatype-oss-release,full,uber-staging -pl transport-native-kqueue,transport-native-unix-common,all,tarball clean package gpg:sign org.sonatype.plugins:nexus-staging-maven-plugin:deploy -DstagingRepositoryId=${netty-id} -DnexusUrl=https://oss.sonatype.org -DserverId=sonatype-nexus-staging
973973
-->
974-
<plugin>
974+
<!--<plugin>
975975
<artifactId>maven-release-plugin</artifactId>
976-
<!-- Downgrade to 2.4.1 if release fails -->
977976
<version>2.5.3</version>
978977
<configuration>
979978
<useReleaseProfile>false</useReleaseProfile>
@@ -994,7 +993,7 @@
994993
<version>1.9.4</version>
995994
</dependency>
996995
</dependencies>
997-
</plugin>
996+
</plugin>-->
998997

999998
<!-- Ensure to put maven-antrun-plugin at the end of the plugin list
1000999
so that they are run lastly in the same phase. -->

0 commit comments

Comments
 (0)