skip maven-deploy-plugin

This commit is contained in:
2022-10-02 18:43:37 -04:00
parent dde5d4c3f8
commit 5c95159d32

View File

@@ -263,6 +263,9 @@
<profiles> <profiles>
<profile> <profile>
<id>ossrh-release</id> <id>ossrh-release</id>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>