jira-importer commented on issue #323: URL: https://github.com/apache/maven-install-plugin/issues/323#issuecomment-2771868436
**[Jimisola Laursen](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=JIRAUSER281352)** commented I tried ```java mvn dependency:copy -Dartifact=eu.maveniverse.maven.nisse:extension3:0.1.1 -DoutputDirectory=/tmp/maven-core-extensions-test/extension3-0.1.1.jar $MAVEN_ARGS="-Dmaven.ext.class.path=/tmp/maven-core-extensions-test/extension3-0.1.1.jar" mvn eu.maveniverse.maven.plugins:toolbox:dump -Dverbose -N ``` I don't get any nisse user properties (my maven.ext.class.path is set to extension3 per above) but do get a "java.lang.RuntimeException: runtime". Might have stumbled on an issue with transitive dependencies since there is only a jar file and not a Maven GAV. https://stackoverflow.com/questions/69114665/defining-maven-extensions-globally-as-a-gav -- 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]
