mbien commented on code in PR #243: URL: https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin/pull/243#discussion_r2166472367
########## nb-repository-plugin/pom.xml: ########## @@ -108,6 +108,18 @@ under the License. <version>${maven.version}</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-api-xml</artifactId> + <version>4.0.0-alpha-5</version> Review Comment: when you `right click on the project -> run -> dependency tree`, you see this: ``` --- toolbox:0.11.2:tree (default-cli) @ nb-repository-plugin --- org.apache.netbeans.utilities:nb-repository-plugin:jar:14.4-SNAPSHOT ├─org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.15.1 [compile] ├─org.codehaus.plexus:plexus-utils:jar:4.0.2 [compile] ├─org.codehaus.plexus:plexus-xml:jar:4.0.0 [compile] │ ╰─org.apache.maven:maven-xml-impl:jar:4.0.0-alpha-5 [compile] │ ╰─org.apache.maven:maven-api-xml:jar:4.0.0-alpha-5 [compile] │ ╰─org.apache.maven:maven-api-meta:jar:4.0.0-alpha-5 [compile] ├─org.apache.ant:ant:jar:1.10.15 [compile] │ ╰─org.apache.ant:ant-launcher:jar:1.10.15 [compile] ╰─org.apache.netbeans.utilities:nb-shared:jar:14.4-SNAPSHOT [compile] ``` my guess is that plexus-xml 4.0 is the wrong version. We have to check what is meant for maven 3, my guess is 3.x range. -- 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: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists