I have the following resource declaration in my archetype pom.xml:
<resources>
<resource>
<directory>${basedir}/src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
When the archetype is created, I want to have the same declaration as above,
but what I get is:
<resources>
<resource>
<filtering>true</filtering>
<directory>C:\opt\meez\tools\archetypes\war-archetype
/src/main/resources</directory>
</resource>
</resources>
How can I have ${basedir} not removed?
--
Thanks,
Mick Knutson
http://www.baselogic.com
http://www.blincmagazine.com
http://www.djmick.com
http://www.myspace.com/mickknutson
http://www.myspace.com/BLiNCMagazine
http://tahoe.baselogic.com
---