[ http://jira.codehaus.org/browse/MAVEN-1795?page=all ]
Lukas Theussl closed MAVEN-1795. -------------------------------- Assignee: Lukas Theussl Resolution: Cannot Reproduce I cannot reproduce that neither with maven 1.0.2 nor 1.1-beta-3. > 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 > Assigned To: Lukas Theussl > > 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