Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.5
-
Labels:None
-
Number of attachments :
Description
I would like to do a scm:diff against a particular revision.
Since support for this already exists in the scm library, I have created a patch to expose it through the ScmDiffBean (attached as a patch to scm-1.5-branch).
This allows you to script the following:
<scm:diff url="$
{scmConnection}"
workingDirectory="$
"
startRevision="$
"
patchFile="$
/$
{maven.scm.patch.file}"
/>
applied, thanks. Not adding to the scm:patch goal - its intention is to use BASE, but you can use the scm:diff tag directly.