We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbaa04 commit 89ac0fcCopy full SHA for 89ac0fc
pom.xml
@@ -279,7 +279,11 @@
279
<plugin>
280
<groupId>org.apache.maven.plugins</groupId>
281
<artifactId>maven-release-plugin</artifactId>
282
- <!-- dont switch to version 3.0.1, that makes the strange certificate problems -->
+ <!--
283
+ dont switch to version 3.0.1, that makes the strange certificate problems
284
+ start maven release with -Dmaven.wagon.http.ssl.allowall=true since JDK 1.8
285
+ does not have a complete truststore
286
+ -->
287
<version>3.0.0-M7</version>
288
<configuration>
289
<localCheckout>true</localCheckout>
0 commit comments