Re: filter plugin?

2007-09-25 Thread Kevin Jackson
Hi, Is there a plain filter plugin we can use just to do replacements for the templated code at a phase we designate earlier in the lifecycle? We use the ant-run plugin at the gen-sources phase to filter resources before the package phase (when the war plugin executes) Kev

Re: filter plugin?

2007-09-25 Thread Tim Kettler
Hi, have you looked at the web-resources feature of the war plugin [1]? Somthing like this should work: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId configuration webResources resource !-- this is relative to the

Re: filter plugin?

2007-09-25 Thread Tim Kettler
Sorry, I probably misread your post. Just ignore what I wrote. -Tim Tim Kettler schrieb: Hi, have you looked at the web-resources feature of the war plugin [1]? Somthing like this should work: plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-war-plugin/artifactId

RE: filter plugin?

2007-09-25 Thread John Coleman
Hi, How does an ant-run task perform filtering- can you share an example pelase? John -Original Message- From: Kevin Jackson [mailto:[EMAIL PROTECTED] Sent: 25 September 2007 11:16 To: Maven Users List Subject: Re: filter plugin? Hi, Is there a plain filter plugin we can use just