Author Login
Post Reply
Usage of <setupIncludes> can result in duplicate project invocation
-------------------------------------------------------------------
Key: MINVOKER-71
URL: http://jira.codehaus.org/browse/MINVOKER-71
Project: Maven 2.x Invoker Plugin
Issue Type: Bug
Affects Versions: 1.3
Reporter: Benjamin Bentmann
Priority: Minor
For a configuration like
{code:xml}
<setupIncludes>
<setupInclude>project</setupInclude>
</setupIncludes>
<includes>
<include>*/pom.xml</include>
</includes>
{code}
the project "project/pom.xml" will be run twice because the plugin currently does not recognize the two paths "project" and "project/pom.xml" as being aliases for the same project.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira