Assembly plugin uses absolute paths from project instance after interpolation
-----------------------------------------------------------------------------

                 Key: MASSEMBLY-413
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-413
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-3
            Reporter: John Casey


The assembly plugin uses absolute paths for things like 
${project.build.directory}, which makes it impossible to use them in 
include/exclude patterns (since those patterns are used relative to the fileset 
directory).

POM paths should be recalculated as relative to project.basedir before they're 
injected into the assembly descriptor via interpolation.

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