Tiemen92 opened a new issue, #1547:
URL: https://github.com/apache/maven-mvnd/issues/1547

   ### Affected version
   
   1.0.3
   
   ### Bug description
   
   I did a manual install on RHEL by extracting the zip of version 1.0.3.
   I specified my custom trust store JVM arguments already in different places: 
$MVND_HOME/conf/mvnd.properties, ~/.m2/mvnd.properties
   I put the following property:
   `mvnd.jvmArgs = -Djavax.net.ssl.trustStore=/home/user/trust/truststore.jks 
-Djavax.net.ssl.trustStoreType=JKS 
-Djavax.net.ssl.trustStorePassword=<password>`
   
   I also tried to provide the `-Dmvnd.jvmArgs="-Djavax.ssl.... "` property to 
the 'mvnd' command directly.
   But whatever I do, the trust store is not getting picked up by the daemon 
and my build keeps failing with an PKIX error.
   I've made sure that I stopped the daemon before modifying the properties.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to