Hi
Im want to filter some files while creating my app
(Manifest, some *.properties) and i would like to use some pom variables in
my filtered output.
<resource>
<directory>${basedir}/src/resources</directory>
<includes>
<include>*.properties</include>
<include>**/*.whatever</include>
</includes>
<filtering>true</filtering>
</resource>
Seems to work only if some ant-like filter files are loaded before
filtering.
Is there a way to access pom variables for filtering ? Other ideas?
Thanks for help
Rolf
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]