You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Michael Cramer (Jira)" <ji...@apache.org> on 2022/06/14 13:21:00 UTC

[jira] [Commented] (MRELEASE-1099) Use shallow checkout/clone during release:perform

    [ https://issues.apache.org/jira/browse/MRELEASE-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17554098#comment-17554098 ] 

Michael Cramer commented on MRELEASE-1099:
------------------------------------------

will create a PR later today

> Use shallow checkout/clone during release:perform
> -------------------------------------------------
>
>                 Key: MRELEASE-1099
>                 URL: https://issues.apache.org/jira/browse/MRELEASE-1099
>             Project: Maven Release Plugin
>          Issue Type: Improvement
>          Components: scm
>    Affects Versions: 3.0.0-M6
>            Reporter: Michael Cramer
>            Priority: Major
>              Labels: checkout, clone, git, shallow, up-for-grabs
>
> 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.
> {noformat}
> [INFO] [WARNING] Missing blame information for the following files:
> {noformat}
> Two things are missing as far as i have seen:
> - the {{release-descriptor.mdo}} is incomplete
> -- missing equals implementation for {{scmShallowClone}}
> -- missing hashcode implementation for {{scmShallowClone}}
> - during perform the default of true is used for {{scmShallowClone}} because no parameter is available for {{scmShallowClone}}



--
This message was sent by Atlassian Jira
(v8.20.7#820007)