slawekjaranowski commented on code in PR #720:
URL:
https://github.com/apache/maven-invoker-plugin/pull/720#discussion_r3054287335
##########
src/main/java/org/apache/maven/plugins/invoker/AbstractInvokerMojo.java:
##########
@@ -775,6 +777,14 @@ public AbstractInvokerMojo(
this.interpolatorUtils = interpolatorUtils;
}
+ public void setCloneProjectsTo(File cloneProjectsTo) {
+ if (cloneProjectsTo != null &&
cloneProjectsTo.getName().equalsIgnoreCase("none")) {
Review Comment:
We can check if file exist and is a directory - should be enough
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]