We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bbebb7 commit 923ca2eCopy full SHA for 923ca2e
pom.xml
@@ -410,7 +410,14 @@
410
<autoVersionSubmodules>true</autoVersionSubmodules>
411
<localCheckout>true</localCheckout>
412
<pushChanges>false</pushChanges>
413
- <releaseProfiles>release-sign-artifacts</releaseProfiles>
+ <releaseProfiles>release-sign-artifacts,sonatype-deployment</releaseProfiles>
414
+ </configuration>
415
+ </plugin>
416
+ <plugin>
417
+ <groupId>org.apache.maven.plugins</groupId>
418
+ <artifactId>maven-site-plugin</artifactId>
419
+ <configuration>
420
+ <skipDeploy>true</skipDeploy>
421
</configuration>
422
</plugin>
423
<plugin>
0 commit comments