You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "François Duchatelet (JIRA)" <ji...@codehaus.org> on 2008/12/23 10:53:19 UTC

[jira] Closed: (MECLIPSE-516) Properties are not expanded for the path to mvn-eclipse-cache.properties

     [ http://jira.codehaus.org/browse/MECLIPSE-516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

François Duchatelet closed MECLIPSE-516.
----------------------------------------

    Resolution: Duplicate

> 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