cstamas commented on PR #1633:
URL: https://github.com/apache/maven/pull/1633#issuecomment-2278751737

   Updated PR: in "normal" invocation, it is one liner:
   ```
   [WARNING] 1 problem was encountered while building the effective model for 
org.jboss:jboss-dmr:jar:1.3.0.Final during dependency collection step for 
project
   ```
   
   When mvn -X used, it explains:
   ```
   [WARNING] 1 problem was encountered while building the effective model for 
org.jboss:jboss-dmr:jar:1.3.0.Final during dependency collection step for 
project
   Path to offending node from root:
    -> com.acme:example-subsystem:jar:1.0-SNAPSHOT
    -> org.wildfly.core:wildfly-subsystem-test:pom:24.0.0.Final (test)
    -> org.wildfly.core:wildfly-subsystem-test-framework:jar:24.0.0.Final 
(compile)
    -> org.wildfly.core:wildfly-model-test:jar:24.0.0.Final (compile)
    -> org.wildfly.legacy.test:wildfly-legacy-versions:jar:8.0.1.Final (compile)
   [WARNING] 'dependencyManagement.dependencies.dependency.systemPath' for 
com.sun:tools:jar refers to a non-existing file 
/home/cstamas/.sdkman/candidates/java/21.0.4-tem/../lib/tools.jar. Please 
verify that you run Maven using a JDK and not just a JRE. @ 
org.jboss:jboss-dmr:1.3.0.Final
   ```


-- 
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: issues-unsubscr...@maven.apache.org

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

Reply via email to