elharo commented on code in PR #287:
URL: 
https://github.com/apache/maven-remote-resources-plugin/pull/287#discussion_r3700012424


##########
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:
   Removed the public setLog method and the excess-'..' warning entirely; 
resolvePath now just normalizes (the normalizer keeps excess '..' segments 
instead of silently dropping them, without logging).



-- 
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]

Reply via email to