We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad4315 commit 52e61d6Copy full SHA for 52e61d6
pom.xml
@@ -81,11 +81,17 @@
81
<plugin>
82
<groupId>org.apache.maven.plugins</groupId>
83
<artifactId>maven-release-plugin</artifactId>
84
- <version>3.1.1</version>
+ <!--
85
+ dont switch to version 3.0.1, that makes the strange certificate problems
86
+ start maven release with -Dmaven.wagon.http.ssl.allowall=true since JDK 1.8
87
+ does not have a complete truststore
88
+ -->
89
+ <version>3.0.0-M7</version>
90
<configuration>
91
<localCheckout>true</localCheckout>
92
<pushChanges>false</pushChanges>
93
<mavenExecutorId>forked-path</mavenExecutorId>
94
+ <releaseProfiles>sign-release-artifacts</releaseProfiles>
95
</configuration>
96
</plugin>
97
0 commit comments