-
Notifications
You must be signed in to change notification settings - Fork 145
Closed
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function
Milestone
Description
Michael Cramer opened MRELEASE-1099 and commented
this is a follow-up for MRELEASE-1082.
after using the new 3.0.0-M6 version we are still getting the warning about missing blame information during the sonarqube analysis performed during the perform step. While checking why it doesn't work I figured out that the previous implementation is incomplete.
[INFO] [WARNING] Missing blame information for the following files:
Two things are missing as far as i have seen:
- the
release-descriptor.mdois incomplete- missing equals implementation for
scmShallowClone - missing hashcode implementation for
scmShallowClone
- missing equals implementation for
- during perform the default of true is used for
scmShallowClonebecause no parameter is available forscmShallowClone
Affects: 3.0.0-M6
Issue Links:
- MRELEASE-1082 Add configuration option for shallow checkout/clone
Remote Links:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority:majorMajor loss of functionMajor loss of function