We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c474d commit d5185f8Copy full SHA for d5185f8
pom.xml
@@ -128,6 +128,10 @@
128
<!-- Modularized JDK support (various workarounds) - activated via profile -->
129
<modular.jdk.args/>
130
<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>
135
</properties>
136
137
<modules>
0 commit comments