Variable interpolation doesn't work with nested component descriptors
---------------------------------------------------------------------

                 Key: MASSEMBLY-353
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-353
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-2, 2.1
            Reporter: Jonathan Anstey
            Priority: Minor


When I nest another component descriptor file like so

  <componentDescriptors>
    
<componentDescriptor>src/main/descriptors/common-bin.xml</componentDescriptor>
  </componentDescriptors>

any variable refs such as ${pom.artifactId} or ${pom.version} do not get 
resolved in the nested descriptor.

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