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:15 UTC

[maven-site] branch MNG-5940 created (now dc40536)

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

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


      at dc40536  [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

This branch includes the following new commits:

     new dc40536  [MNG-5940] Change the maven-source-plugin jar goal into jar-no-fork in Maven Super POM

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

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

Posted by mi...@apache.org.
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.