slachiewicz commented on a change in pull request #6:
URL: 
https://github.com/apache/maven-dependency-tree/pull/6#discussion_r564028264



##########
File path: pom.xml
##########
@@ -173,7 +139,8 @@
               These files contains the expected output of this component and 
can not contain a license header.
             -->
             <exclude>src/it/*/expected*.txt</exclude>
-          </excludes>            
+            <exclude>src/it/**/*.iml</exclude>

Review comment:
       right!

##########
File path: 
src/main/java/org/apache/maven/shared/dependency/graph/DependencyGraphBuilder.java
##########
@@ -26,7 +26,7 @@
 import java.util.Collection;
 
 /**
- * Maven project dependency graph builder API, neutral against Maven 2 or 
Maven 3.
+ * Maven project dependency graph builder API, based on Maven 3.1+.

Review comment:
       that was for maven-artifact-transfer. Yes initially that was a bridge 
but because now prerequisite is maven 3.1.1, no longer need old stuff  here
   @rfscholte 




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

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


Reply via email to