Skip to content

Commit 923ca2e

Browse files
committed
- configuration for maven-release-plugin and maven-site-plugin to handle release process
1 parent 9bbebb7 commit 923ca2e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pom.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,14 @@
410410
<autoVersionSubmodules>true</autoVersionSubmodules>
411411
<localCheckout>true</localCheckout>
412412
<pushChanges>false</pushChanges>
413-
<releaseProfiles>release-sign-artifacts</releaseProfiles>
413+
<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>
414421
</configuration>
415422
</plugin>
416423
<plugin>

0 commit comments

Comments
 (0)