Java Mailing List Archive

http://www.java2.5341.com/

Home » issues.maven »

[jira] Created: (MINVOKER-71) Usage of <setupIncludes> can result
in duplicate project invocation

Jan Bartel (JIRA)

2008-10-04

Replies: Find Java Web Hosting

Author LoginPost 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

   
©2008 java2.5341.com - Jax Systems, LLC, U.S.A.