-
Type:
Wish
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Environment:2.6.18-238.19.1.el5 #1 SMP Sun Jul 10 08:40:19 EDT 2011 i686 i686 i386 GNU/Linux
Apache Maven 2.2.1 (r801777; 2009-08-06 21:16:01+0200)
With the org.codehaus.mojo tomcat-maven-plugin, it's possible to set MVN_OPTS with javax.net.ssl.keyStore, javax.net.ssl.keyStorePassword and javax.net.ssl.keyStoreType to deploy with client side SSL authentication.
I've tried setting these system properties directly in the tomcat6-maven-plugin configuration as described in https://tomcat.apache.org/maven-plugin-2.1/tomcat6-maven-plugin/examples/add-system-properties.html but somehow, these system properties are not taken into account for deploying.