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 2010/05/27 20:41:34 UTC

svn commit: r948943 - /maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml

Author: bentmann
Date: Thu May 27 18:41:34 2010
New Revision: 948943

URL: http://svn.apache.org/viewvc?rev=948943&view=rev
Log:
[MGPG-19] Site descriptor does not get signed

o Added FAQ entry to document state of affairs

Modified:
    maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml

Modified: maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml?rev=948943&r1=948942&r2=948943&view=diff
==============================================================================
--- maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml (original)
+++ maven/plugins/trunk/maven-gpg-plugin/src/site/fml/faq.fml Thu May 27 18:41:34 2010
@@ -32,5 +32,16 @@ under the License.
        </p>
      </answer>
    </faq>
+   <faq id="site-descriptor">
+     <question>Why is the site descriptor not signed?</question>
+     <answer>
+       <p>
+         The <code>site.xml</code> that can be deployed alongside parent POMs was originally attached to the project in such a
+         way that the GPG Plugin could not get a hold of it. To enable signing of the site descriptor, you need to update to
+         Maven Site Plugin 2.1.1+ which contains the required fix (see also
+         <a href="http://jira.codehaus.org/browse/MSITE-478">MSITE-478</a>).
+       </p>
+     </answer>
+   </faq>
  </part>
 </faqs>