You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/05 20:17:50 UTC

[maven-antrun-plugin] branch elharo-patch-2 created (now 5fc629b)

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

elharo pushed a change to branch elharo-patch-2
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


      at 5fc629b  [MNGSITE-393] assume Maven 3.0 or later

This branch includes the following new commits:

     new 5fc629b  [MNGSITE-393] assume Maven 3.0 or later

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.



[maven-antrun-plugin] 01/01: [MNGSITE-393] assume Maven 3.0 or later

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch elharo-patch-2
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit 5fc629bed2ba0e9d2c7366168dcf3fcf696ae9ab
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Apr 5 16:17:41 2020 -0400

    [MNGSITE-393] assume Maven 3.0 or later
    
    @eolivelli
---
 src/site/fml/faq.fml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 0ae6c55..8205d57 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -35,18 +35,6 @@ under the License.
        corresponding Maven expressions.</p>
      </answer>
    </faq>
-   <faq id="Why is antrun not correctly handling my plugin dependency in a multi-module build?">
-     <question>Why is antrun not correctly handling my plugin dependency in a multi-module build?</question>
-     <answer>
-       <p>There is a problem in some versions of Maven (earlier than 3.0-alpha-1) that prevent Maven from correctly resolving
-          plugin dependencies in a multi-module build (MNG-1323).  This means that if you have multiple
-          modules in your project and the antrun plugin declares a different set of dependencies, only the first
-          declaration found will be used.</p>
-       <p>The workaround for this is to specify the same set of plugin dependencies for all declarations of the
-          antrun plugin.  Another option is to move the plugin dependencies to the project level and set the
-          scope to "provided".  For more information, see MANTRUN-51 and MANTRUN-106.</p>
-     </answer>
-   </faq>
  </part>
 </faqs>