Author: tchemit
Date: Sat Dec 28 16:04:09 2013
New Revision: 1553858

URL: http://svn.apache.org/r1553858
Log:
MJARSIGNER-24 - Use Password Encryption in pom.xml
add doc + make site generation possible

Modified:
    maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
    maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt.vm

Modified: maven/plugins/trunk/maven-jarsigner-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/pom.xml?rev=1553858&r1=1553857&r2=1553858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/pom.xml Sat Dec 28 16:04:09 2013
@@ -116,6 +116,10 @@ under the License.
 
     <pluginManagement>
       <plugins>
+        <plugin><!-- TODO: remove when upgrading to maven-plugins 25 -->
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.3</version>
+        </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt.vm
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt.vm?rev=1553858&r1=1553857&r2=1553858&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt.vm 
(original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt.vm Sat 
Dec 28 16:04:09 2013
@@ -68,6 +68,11 @@ Usage
 </project>
 +-----------------+
 
+  <<Since version 1.3>> you can encrypt <<<keypass>>> and <<<storepass>>> 
using the
+  maven encryption mecanism.
+
+  See {{{Maven encryption 
guide}http://maven.apache.org/guides/mini/guide-encryption.html}}.
+
 * Verifying the signature of a project artifact and attachments
 
   If you need to verify the signatures of a project artifact and all attached
@@ -118,3 +123,7 @@ mvn ... -Djarsigner.skip=true
 +-----------------+
 
   For full documentation, please see the respective {{{./plugin-info.html}goal 
documentation}}.
+
+* How to use encrypted password
+
+  Since version 1.3, you can pass to the plugin some password encrypted by the 
maven encryption mecanism.


Reply via email to