Skip to content

Commit 86793e6

Browse files
authored
[MNGSITE-393] assume Maven 3.0 or later (#5)
@eolivelli
1 parent 8db3afd commit 86793e6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/site/fml/faq.fml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,6 @@ under the License.
3535
corresponding Maven expressions.</p>
3636
</answer>
3737
</faq>
38-
<faq id="Why is antrun not correctly handling my plugin dependency in a multi-module build?">
39-
<question>Why is antrun not correctly handling my plugin dependency in a multi-module build?</question>
40-
<answer>
41-
<p>There is a problem in some versions of Maven (earlier than 3.0-alpha-1) that prevent Maven from correctly resolving
42-
plugin dependencies in a multi-module build (MNG-1323). This means that if you have multiple
43-
modules in your project and the antrun plugin declares a different set of dependencies, only the first
44-
declaration found will be used.</p>
45-
<p>The workaround for this is to specify the same set of plugin dependencies for all declarations of the
46-
antrun plugin. Another option is to move the plugin dependencies to the project level and set the
47-
scope to "provided". For more information, see MANTRUN-51 and MANTRUN-106.</p>
48-
</answer>
49-
</faq>
5038
</part>
5139
</faqs>
5240

0 commit comments

Comments
 (0)