You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Can Köskeroglu (JIRA)" <ji...@codehaus.org> on 2010/09/02 12:33:32 UTC

[jira] Created: (MASSEMBLY-498) Unable to get module properties

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

       

[jira] Closed: (MASSEMBLY-498) Unable to get module properties

Posted by "John Casey (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Casey closed MASSEMBLY-498.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2-beta-6
         Assignee: John Casey

> 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
>            Assignee: John Casey
>             Fix For: 2.2-beta-6
>
>
> <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