sdedic commented on issue #6176: URL: https://github.com/apache/netbeans/issues/6176#issuecomment-1634855238
The point here was to NOT prime if another priming build actually downloaded the artifact. But in this case artifact exists physically, but proper maven build actually treats it as missing / need to download. I have half-working better test - but it requires a subtle change to Embedder configuration (replacing SimpleLocalRepository with EnhancedLocalRepository that does _remote_repositories.properties checks) that I am not entirely confident about. And found yet another bug that actually causes the loop (the project should have been parsed at most twice). Fixing the bug alone (which is a local change) should break the loop. -- 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
