sdedic commented on issue #3904: URL: https://github.com/apache/netbeans/issues/3904#issuecomment-1144015531
Hm, I work on some dependency analysis code. The `AssertionError` does not actually originate from an `assert` statement, but from an explicit `throw` that uses `AssertionError` to escape from all exc handling frames in Maven and abort. It happens when maven attempts to connect to a remote repository despite its session is set to read only. I am still not clear on why this thing even happens. It happens when the project references an artifact not in the local repository - but not always. Tends to happen more when the shared `EmbedderFactory.getProjectEmbedder()` shared embedder is used. -- 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
