Skip to content

Commit 89ac0fc

Browse files
committed
1 parent 2dbaa04 commit 89ac0fc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pom.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,11 @@
279279
<plugin>
280280
<groupId>org.apache.maven.plugins</groupId>
281281
<artifactId>maven-release-plugin</artifactId>
282-
<!-- dont switch to version 3.0.1, that makes the strange certificate problems -->
282+
<!--
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+
-->
283287
<version>3.0.0-M7</version>
284288
<configuration>
285289
<localCheckout>true</localCheckout>

0 commit comments

Comments
 (0)