Skip to content

Commit

Permalink
[MNGSITE-393] assume Maven 3.0 or later (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Apr 6, 2020
1 parent 8db3afd commit 86793e6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/site/fml/faq.fml
Expand Up @@ -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>

0 comments on commit 86793e6

Please sign in to comment.