Hi,

Would the maven-resources-plugin fit your requirement?

http://maven.apache.org/plugins/maven-resources-plugin/

Alternatively, you can follow the lead from the ResourcesMojo.java (from the sources of this plugin) and implement a custom Mojo to suit your purpose.

HTH,

Rahul


----- Original Message ----- From: "Chris Hagmann" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Monday, January 02, 2006 7:09 PM
Subject: How to copy (non-resource) file and filter it?


I need to replace tokens in a stylesheet, before using
it for a XSLT transformation. How can I achieve this
in Maven2?

P.S: I'm familiar with resources and filtering, but
that doesn't apply here. I don't want the stylesheet
to be part of my JAR file.

---------------------------------------------------------------------
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