Properties are not expanded for the path to mvn-eclipse-cache.properties ------------------------------------------------------------------------
Key: MECLIPSE-516 URL: http://jira.codehaus.org/browse/MECLIPSE-516 Project: Maven 2.x Eclipse Plugin Issue Type: Bug Affects Versions: 2.5.1 Environment: maven 2.0.9 windows vista Reporter: François Duchatelet Priority: Minor In my project, the parent pom defines the output directory through a variable. <properties> <directory>target</directory> </properties> <build> <directory>${directory}</directory> <outputDirectory>${directory}/classes</outputDirectory> <testOutputDirectory>${directory}/test-classes</testOutputDirectory> ... When I run mvn eclipse:eclipse, the mvn-eclipse-cache.properties file is written inside a directory called ${directory} inside the project folder. Cheers -- 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