elharo commented on code in PR #287:
URL:
https://github.com/apache/maven-remote-resources-plugin/pull/287#discussion_r3700004513
##########
src/main/java/org/apache/maven/plugin/resources/remote/ModelInheritanceAssembler.java:
##########
@@ -41,13 +42,20 @@
import org.apache.maven.model.Resource;
import org.apache.maven.model.Scm;
import org.apache.maven.model.Site;
+import org.apache.maven.plugin.logging.Log;
import org.codehaus.plexus.util.StringUtils;
import org.codehaus.plexus.util.xml.Xpp3Dom;
/**
* DefaultModelInheritanceAssembler
*/
public class ModelInheritanceAssembler {
+ private Log log;
+
+ public void setLog(Log log) {
Review Comment:
It isn't worth introducing a publc setLog method for this. Just don't log if
this is required to log.
--
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]