mvn assembly:assembly fails to replace ${parent.parent.version}
---------------------------------------------------------------

                 Key: MASSEMBLY-367
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-367
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-2
         Environment: Maven 2.0.8
Ubuntu Hardy
Java 5
            Reporter: Pablo Saavedra


I have a multi module project with the following structure:

parent
    dev
       jar1
       war

In the jar1 project there's a file with the following expression:

${parent.parent.version}

This expression is being correctly replaced by the project's version when I run 
clean install, but when I run assembly:assembly, the expression remains as is. 
The file is filtered in the resources declarartion of the pom.xml

Any ideas about what can be the cause of this?
Thanks.



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