Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPSCM-25

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPSCM-25
    Summary: The goal scm:cvs-create-patch includes differences in whitespace
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-scm-plugin
   Versions:
             1.4.1

   Assignee: Brett Porter
   Reporter: Dennis Lundberg

    Created: Sat, 7 Aug 2004 7:28 PM
    Updated: Sat, 7 Aug 2004 7:28 PM

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="${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}"
Like this:
    <cvs command="diff -u -w -N -R" 
output="${maven.scm.cvs.patch.dir}/${maven.scm.cvs.patch.file}"



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to