Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.7
-
None
Description
When using scm:diff with the parameters 'startScmVersion' and 'endScmVersion', both parameters get the value of 'startScmVersion'.
The 'endScmVersion' attribute of the mojo seems to be erroneously assigned to the 'startScmVersion' parameter.
Extract of the DiffMojo code :
DiffMojo.java
... /** * The version (revision number/branch name/tag name). * * @parameter expression="${startScmVersion}" */ private String endScmVersion; ...