File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,6 @@ under the License.
35
35
corresponding Maven expressions.</p >
36
36
</answer >
37
37
</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 >
50
38
</part >
51
39
</faqs >
52
40
You can’t perform that action at this time.
0 commit comments