[ https://issues.apache.org/jira/browse/NETBEANSINFRA-12?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17060325#comment-17060325 ]
Jaroslav Tulach commented on NETBEANSINFRA-12: ---------------------------------------------- Hello Erik, thanks for picking up the issue. I have almost forgotten I reported it, but having it fixed would be nice. I guess the goal is to check https://repository.apache.org/content/groups/snapshots/org/netbeans/api/org-netbeans-api-htmlui/dev-SNAPSHOT/ and see that the pom.xml file contains dependency on "org.netbeans.html:net.java.html" rather than "org.netbeans.external:net-java-html" as it does now. Have you done any changes to achieve that? If so, can you provide links, so I can follow? > org.netbeans.external:net.java.html & co. have wrong groupId/artifactId > ----------------------------------------------------------------------- > > Key: NETBEANSINFRA-12 > URL: https://issues.apache.org/jira/browse/NETBEANSINFRA-12 > Project: Apache NetBeans Infra > Issue Type: Bug > Components: MU - Apache NetBeans nb repository plugin > Reporter: Jaroslav Tulach > Assignee: Eric Barboni > Priority: Minor > Labels: pull-request-available > Fix For: NB Repository Plugin 1.6 > > Time Spent: 40m > Remaining Estimate: 0h > > While working on https://github.com/apache/netbeans/pull/1738 I realized that > the Maven name given to org.netbeans.external:net.java.html:1.7 is wrong and > it needlessly complicates the integration with rest of the utilities that > rely on upstream org.netbeans.html:net.java.html:1.7 name. > There is a code that tries to {{findExternal}} in Maven Utilities module: > https://github.com/apache/netbeans-mavenutils-nb-repository-plugin/blob/master/src/main/java/org/apache/netbeans/nbm/repository/PopulateRepositoryMojo.java#L426 > However it is not yet implemented. Anyway, many of our OSGi bundles come from > Maven central and they should be referenced with their real Maven > co-ordinates. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists