GitHub user charly4711 added a comment to the discussion: Need help with dependency resolution on NBM
Cool, this actually does work! I was just wrong, guessing how to use it. It does _not_ use Quick Search but (obviously more importantly) searching Maven repos from the Services tab or when adding a dependencies. There are some caveats like no support for mirrors (probably because there's no good way of knowing if any given mirror would support the same kind of query URLs), you need to check the name field when searching from the Services tab (because otherwise the code will try to find your search term in group-id, artifact-id AND version, probably because of the way the add dependency stuff works), which I added to the README. GitHub link: https://github.com/apache/netbeans/discussions/9419#discussioncomment-17162554 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
