for now, you need to set the ant filters manually.

On Fri, 9 Jul 2004 12:02:09 +0200, mr.x <[EMAIL PROTECTED]> wrote:
> 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]
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to