The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Sun, 8 Aug 2004 9:24 PM
    Changes:
             Version changed to 1.4.2
             Version changed from 1.4.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/browse/MPSCM-25?page=history

---------------------------------------------------------------------
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.2

   Assignee: dion gillard
   Reporter: Dennis Lundberg

    Created: Sat, 7 Aug 2004 7:28 PM
    Updated: Sun, 8 Aug 2004 9:24 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