You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/06/10 09:46:16 UTC

[maven-site] 01/01: [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch MNG-5940
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit dc40536effb28dea0bb481850f29dc22a8e49549
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun Jun 10 11:45:52 2018 +0200

    [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM
---
 content/fml/general.fml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/content/fml/general.fml b/content/fml/general.fml
index 2c33979..eeba05b 100644
--- a/content/fml/general.fml
+++ b/content/fml/general.fml
@@ -462,5 +462,12 @@ Where: <path-to-file>  the path to the file to load
         </ul>
       </answer>
     </faq>
+    <faq id="javadoc_jar_built_twice">
+      <question>Why is my Javadoc JAR built twice during release?</question>
+      <answer>
+        With MNG-5940 the release profile goal of the Maven Javadoc Plugin has been changed to <code>
+        jar-no-fork</code>. Revise your configuration to avoid duplicate JAR upload.
+      </answer>
+    </faq>
   </part>
 </faqs>

-- 
To stop receiving notification emails like this one, please contact
michaelo@apache.org.