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 18:08:58 UTC

svn commit: r795390 - in /maven/plugins/trunk/maven-jarsigner-plugin/src/site: apt/usage.apt fml/faq.fml

Author: bentmann
Date: Sat Jul 18 16:08:58 2009
New Revision: 795390

URL: http://svn.apache.org/viewvc?rev=795390&view=rev
Log:
o Polished docs

Modified:
    maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt?rev=795390&r1=795389&r2=795390&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/site/apt/usage.apt Sat Jul 18 16:08:58 2009
@@ -117,4 +117,4 @@
 mvn ... -Djarsigner.skip=true
 +-----------------+
 
-  For full documentation, click {{{plugin-info.html}here}}.
+  For full documentation, please see the respective {{{./plugin-info.html}goal documentation}}.

Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml?rev=795390&r1=795389&r2=795390&view=diff
==============================================================================
--- maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml Sat Jul 18 16:08:58 2009
@@ -25,7 +25,8 @@
      <question>What is Jarsigner ?</question>
      <answer>
        <p>
-         You can read more about Jarsigner <a href="http://java.sun.com/javase/6/docs/technotes/tools/solaris/jarsigner.html">here</a>.
+         You can read more about this tool in the offical guide:
+         <a href="http://java.sun.com/javase/6/docs/technotes/tools/solaris/jarsigner.html">jarsigner - JAR Signing and Verification Tool</a>.
        </p>
      </answer>
    </faq>
@@ -34,9 +35,9 @@
      <answer>
        <p>
          Signing or verifying a Java archive which is neither a project artifact
-         nor an attached artifact can be done by using the archive parameter
-         of the sign and verify goals. If this parameter is set, the goals will
-         process the specified archive and will not process any project
+         nor an attached artifact can be done by using the <code>archive</code> parameter
+         of the <a href="sign-mojo.html"><code>sign</code></a> and <a href="verify-mojo.html"><code>verify</code></a> goals. If
+         this parameter is set, the goals will process the specified archive and will not process any project
          artifacts.
        </p>
      </answer>