[ http://jira.codehaus.org/browse/MNG-4310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
John Casey moved MRESOURCES-38 to MNG-4310: ------------------------------------------- Affects Version/s: (was: 2.2) Complexity: Intermediate Key: MNG-4310 (was: MRESOURCES-38) Project: Maven 2 (was: Maven 2.x Resources Plugin) > Can't use property names in resources element > --------------------------------------------- > > Key: MNG-4310 > URL: http://jira.codehaus.org/browse/MNG-4310 > Project: Maven 2 > Issue Type: Bug > Environment: Windows XP Professional. JDK 1.5 > Reporter: Zarar Siddiqi > Fix For: 2.2.2, 2.2.x > > > {code:xml} > <build> > <resources> > <resource> > <directory>target/gen/doclet/WEB-INF/classes/META-INF</directory> > <filtering>true</filtering> > <targetPath>META-INF</targetPath> > </resource> > </resources> > </build> > {code} > I can't use {{${project.build.directory}}} instead of _target_ in the > _directory_ element in the above snippet. Same is true for other Maven and > project properties. -- 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