You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2009/07/18 16:46:40 UTC

svn commit: r795383 - in /maven/plugins/trunk/maven-jarsigner-plugin/src/it: keystore settings.xml

Author: bentmann
Date: Sat Jul 18 14:46:40 2009
New Revision: 795383

URL: http://svn.apache.org/viewvc?rev=795383&view=rev
Log:
o Fixed expiration date of test keystore

Modified:
    maven/plugins/trunk/maven-jarsigner-plugin/src/it/keystore
    maven/plugins/trunk/maven-jarsigner-plugin/src/it/settings.xml

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/it/keystore
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/it/keystore?rev=795383&r1=795382&r2=795383&view=diff
==============================================================================
Binary files - no diff available.

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/it/settings.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/it/settings.xml?rev=795383&r1=795382&r2=795383&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/it/settings.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/it/settings.xml Sat Jul 18 14:46:40 2009
@@ -27,6 +27,10 @@
         <activeByDefault>true</activeByDefault>
       </activation>
       <properties>
+        <!--
+        keystore generated via:
+        keytool -genkey -alias test-01 -keypass key-passwd -keystore keystore -storepass store-passwd -validity 4096 -dname "cn=www.example.com, ou=None, L=Seattle, ST=Washington, o=ExampleOrg, c=US"
+        -->
         <jarsigner.keystore>@project.basedir@/src/it/keystore</jarsigner.keystore>
         <jarsigner.storepass>store-passwd</jarsigner.storepass>
       </properties>