Filter IT POMs in-place if cloneProjectsTo is used
--------------------------------------------------

                 Key: MINVOKER-55
                 URL: http://jira.codehaus.org/browse/MINVOKER-55
             Project: Maven 2.x Invoker Plugin
          Issue Type: Improvement
    Affects Versions: 1.2.1
            Reporter: Benjamin Bentmann
            Priority: Minor


Currently, the plugin outputs the filtered POMs to temporary files named 
{{interpolated-pom.xml}}. When the IT projects are entirely cloned to a 
temporary location via {{cloneProjectsTo}}, there is no need to use another 
temporary POM file, we can directly filter the cloned POM.

This has the benefit that once {{invoker:run}} has been called, the directory 
given by {{cloneProjectsTo}} contains a filtered clone of the IT projects. If 
an IT failed, one can now easily {{cd}} to the cloned project and run 
{{mvnDebug ...}} on the filtered POM.

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

        

Reply via email to