Author: tchemit Date: Sat Dec 28 20:58:35 2013 New Revision: 1553915 URL: http://svn.apache.org/r1553915 Log: MJARSIGNER-13 - signing in multi-module project fails on windows
Modified: maven/plugins/trunk/maven-jarsigner-plugin/src/site/fml/faq.fml 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=1553915&r1=1553914&r2=1553915&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 Dec 28 20:58:35 2013 @@ -57,5 +57,16 @@ under the License. </p> </answer> </faq> + <faq id="sign_and_assembly"> + <question>Why if I want to sign an artifact and then assembly there is some problem under windows?</question> + <answer> + <p> + To fix the problem, just move the assembly execution so it comes <strong>after</strong> the jarsigner execution in the pom. + </p> + <p> + The hole story of the problem can be found in <a href="http://jira.codehaus.org/browse/MJARSIGNER-13">MJARSIGNER-13</a> issue. + </p> + </answer> + </faq> </part> </faqs>