mbien commented on issue #6223: URL: https://github.com/apache/netbeans/issues/6223#issuecomment-1643857119
i build projects after adding dependencies which aren't in the local repo yet since it is the most natural way to let maven resolve the dependencies which is a completely IDE independent process. Reloading a pom will resolve dependencies too, but this is an implementation detail and is done by NetBeans due to other reasons. You might have more luck with NB 19 since it had fixes in that area. But again: reloading a pom shouldn't be the first choice after adding dependencies. RC1 is a bit broken in that area, you would have to wait for RC2 or test a dev build of that PR: https://github.com/apache/netbeans/actions/runs/5600090492 (scroll down) -- 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] --------------------------------------------------------------------- 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
