It would be better to have your version control tool take care of this at checkout time. But you could use the AntRun plugin with <ant:fixcrlf> ( http://ant.apache.org/manual/CoreTasks/fixcrlf.html). According to the Maven AntRun page ( http://maven.apache.org/plugins/maven-antrun-plugin/usage.html) maven-resources-plugin can be used as an all-Maven alternative to fixcrlf. I'm not sure how straightforward it would be to point the plugin at the Java source.
-Andrew On Wed, Oct 22, 2008 at 1:37 PM, solo1970 <[EMAIL PROTECTED]>wrote: > > Hello, > > Anyone aware of a plug-in that can remove the \n \r from the source Java > files at compile time? or during a pre-processing phase? > > Thanks > > Sonia > -- > View this message in context: > http://www.nabble.com/filter-and-replace-capabilities-tp20118902p20118902.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
