BigMichi1 commented on code in PR #121:
URL: https://github.com/apache/maven-release/pull/121#discussion_r867360662


##########
maven-release-plugin/src/main/java/org/apache/maven/plugins/release/AbstractScmReleaseMojo.java:
##########
@@ -89,6 +89,12 @@
     @Parameter( defaultValue = "[maven-release-plugin] ", property = 
"scmCommentPrefix" )
     private String scmCommentPrefix;
 
+    /**
+     * When cloning a repository if it should be a shallow clone or a full 
clone.
+     */
+    @Parameter( defaultValue = "true", property = "shallowClone" )
+    private boolean shallowClone = true;

Review Comment:
   yes you are right



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to