You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Brian Fox (JIRA)" <ji...@codehaus.org> on 2008/03/05 19:44:28 UTC

[jira] Updated: (MNG-3355) CLONE -${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} no longer recognized

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

Brian Fox updated MNG-3355:
---------------------------

    Fix Version/s: 2.0.9

> CLONE -${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} no longer recognized
> ---------------------------------------------------------------------------------------------
>
>                 Key: MNG-3355
>                 URL: http://jira.codehaus.org/browse/MNG-3355
>             Project: Maven 2
>          Issue Type: Bug
>          Components: POM
>         Environment: n/a
>            Reporter: Venelin Mitov
>             Fix For: 2.0.9
>
>         Attachments: buglet.zip
>
>
> The properties ${pom.build.sourceDirectory} and ${pom.build.testSourceDirectory} (and perhaps others as well) are no longer recognized in pom.xml. The following pom fragment had the desired effect of copying resources from the sourceDirectory in version 2.0.3, but doesn't work in 2.0.4:
>   <build>
>     <sourceDirectory>src</sourceDirectory>
>     <testSourceDirectory>src-test</testSourceDirectory>
>     <resources>
>       <resource>
>         <directory>${pom.build.sourceDirectory}</directory>
>         <includes>
>           <include>**/*.properties</include>
>         </includes>
>       </resource>
>     </resources>
>     <testResources>
>       <testResource>
>         <directory>${pom.build.testSourceDirectory}</directory>
>         <includes>
>           <include>**/mockfiles/</include>
>         </includes>
>       </testResource>
>     </testResources>
> The attached project will fail on a 'mvn test' under maven 2.0.4 and succeed under 2.0.3

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