Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5
-
Labels:None
-
Number of attachments :
Description
Running:
maven scm:cvs-create-patch
creates a patch file that includes differences in whitespace.
If this is not a desired behaviour a change is needed in plugin-jelly. Add the option -w to this line:
<cvs command="diff -u -N -R" output="$
Like this:
<cvs command="diff -u -w -N -R" output="${maven.scm.cvs.patch.dir}
/$
{maven.scm.cvs.patch.file}"