Skip to content

Commit d5185f8

Browse files
committed
disable the SSL error checking
1 parent 68c474d commit d5185f8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

+4
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@
128128
<!-- Modularized JDK support (various workarounds) - activated via profile -->
129129
<modular.jdk.args/>
130130
<surefire.system.args>${modular.jdk.args}</surefire.system.args>
131+
132+
<maven.wagon.http.ssl.insecure>true</maven.wagon.http.ssl.insecure>
133+
<maven.wagon.http.ssl.allowall>true</maven.wagon.http.ssl.allowall>
134+
<maven.wagon.http.ssl.ignore.validity.dates>true</maven.wagon.http.ssl.ignore.validity.dates>
131135
</properties>
132136

133137
<modules>

0 commit comments

Comments
 (0)