Skip to content

Commit 5d12f05

Browse files
committed
#1881 - Configure Maven Release Plugin.
1 parent 856b6b9 commit 5d12f05

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

+11
Original file line numberDiff line numberDiff line change
@@ -845,6 +845,17 @@
845845
<version>2.8.2</version>
846846
</plugin>
847847

848+
<plugin>
849+
<groupId>org.apache.maven.plugins</groupId>
850+
<artifactId>maven-release-plugin</artifactId>
851+
<version>3.0.0-M6</version>
852+
<configuration>
853+
<releaseProfiles>sonatype</releaseProfiles>
854+
<pushChanges>false</pushChanges>
855+
<localCheckout>true</localCheckout>
856+
</configuration>
857+
</plugin>
858+
848859
</plugins>
849860
</build>
850861

0 commit comments

Comments
 (0)