Index: xdocs/properties.xml
===================================================================
--- xdocs/properties.xml (revision 349180)
+++ xdocs/properties.xml (working copy)
@@ -62,6 +62,19 @@
yes - default is ${maven.final.name}.jar. |
The name of the binary artifact to include in distribution, relative to target dir. |
+
+ | maven.dist.crlf.filter |
+ yes - default is "**/*.txt". |
+ Filter specifying files to convert to CRLF (Windows style) line endings in zip distributions. |
+
+
+ | maven.dist.lf.filter |
+ yes - default is no filter applied (no change to any files). |
+ Filter specifying files to convert to LF line endings in both tar
+ and zip distributions. This filter is applied before the crlf
+ filter, so in zip archives, the crlf filter will take precendence
+ for files that satisfy both filters. |
+