michael-o commented on a change in pull request #55: Fix for SCM-805
URL: https://github.com/apache/maven-scm/pull/55#discussion_r192968228
##########
File path:
maven-scm-api/src/main/java/org/apache/maven/scm/ScmTagParameters.java
##########
@@ -66,6 +69,16 @@ public void setRemoteTagging( boolean remoteTagging )
this.remoteTagging = remoteTagging;
}
+ public boolean isPinExternals()
+ {
+ return pinExternals;
+ }
+
+ public void setPinExternals( boolean pinExternals)
Review comment:
same here
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services