Unable to get module properties
-------------------------------

                 Key: MASSEMBLY-498
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-498
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-5
         Environment: Windows 7 64 Bit, Java 6 Update 20, Eclipse 3.5.2
            Reporter: Can Köskeroglu


<sources>
.....
<outputDirectoryMapping>${module.properties.foo}</outputDirectoryMapping>
.....
</sources>

doesn't return me the property "foo" which should be in the corresponding POM 
file. The property is defined correctly. Following works:
-module.properties (I get a long string, and I can see "foo=bar")
-project.properties.foo (where I also explicitly defined the property in 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