cstamas commented on a change in pull request #58:
URL: https://github.com/apache/maven-plugin-tools/pull/58#discussion_r777858676



##########
File path: maven-plugin-plugin/src/it/mplugin-370-maven-deps-scope-good/pom.xml
##########
@@ -38,6 +38,12 @@ under the License.
   </properties>
 
   <dependencies>
+    <dependency>
+      <groupId>org.apache.maven</groupId>
+      <artifactId>maven-jxr</artifactId>
+      <version>3.1.1</version>
+      <scope>compile</scope>
+    </dependency>

Review comment:
       We have identified these two "cuckoo eggs" but am using only jxr in IT 
as maven-archiver pulls in a bunch of other deps, making IT run eons. I think 
for IT using jxr only is okay .




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