[
https://jira.codehaus.org/browse/MECLIPSE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MECLIPSE-516.
-----------------------------------
Resolution: Won't Fix
Please refer to
https://cwiki.apache.org/confluence/display/MAVEN/The+Great+JIRA+Cleanup+of+2014
if you're wondering why this issue was closed out.
> Properties are not expanded for the path to mvn-eclipse-cache.properties
> ------------------------------------------------------------------------
>
> Key: MECLIPSE-516
> URL: https://jira.codehaus.org/browse/MECLIPSE-516
> Project: Maven 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 was sent by Atlassian JIRA
(v6.1.6#6162)