albilu commented on issue #6223: URL: https://github.com/apache/netbeans/issues/6223#issuecomment-1652153403
https://github.com/apache/netbeans/assets/35330562/5b111225-c089-4ff6-a96d-f24953d861dc After adding a new dependency using the quick fix action an immediate build will fail because the file is in error. Build will only be successful after import statement for org.json.* have been added to the file(with is not automatically possible before the pom reload. unless you know the complete import statement by heart and add it manually) This is where Reload POM action is useful as it will just prime the project(download the new dependency without failing and annoying the user). This is the case in IntelliJ. [reloadpom.tar.gz](https://github.com/apache/netbeans/files/12175040/reloadpom.tar.gz) -- 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
