Hi,

I was looking for a maven plugin that would adjust end-of-line characters on
predefined set of files. I found this ant task [1] which suites my need, but
then at [2] I am reading:

"Some Ant expressions have their respective counterparts in Maven. Thus, one
can simply invoke the corresponding Maven expression instead of using
maven-antrun-plugin to avoid the unneccessary overhead."

What does that mean for
FixCRLF     maven-resources-plugin

Thanks,
Borut


[1] http://ant.apache.org/manual/CoreTasks/fixcrlf.html
[2] http://maven.apache.org/plugins/maven-antrun-plugin/usage.html

Reply via email to