Property containing underscore not picked up
--------------------------------------------

                 Key: MAVEN-1795
                 URL: http://jira.codehaus.org/browse/MAVEN-1795
             Project: Maven 1.x
          Issue Type: Bug
          Components: core
    Affects Versions: 1.0.2
         Environment: Win 2000
            Reporter: Axel Fontaine


project.properties
==============

my_property.value=1.2.3


project.xml
=========
        <dependency>
            <groupId>x</groupId>
            <artifactId>x</artifactId>
            <version>${my_property.value}</version>
            <type>jar</type>
        </dependency>


And it cannot find the dependency. Removing the underscore (myproperty.value) 
fixes it.

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