sdedic commented on PR #7655:
URL: https://github.com/apache/netbeans/pull/7655#issuecomment-2289382032

   >But what's the intended use cases here? 
   
   Basically "any operation that I need a certain project state for". You may 
be satisfied with project dependencies .... or you'd like to get **current** 
dependencies. At the moment, one cannot check & wait after new `MavenProject` 
is loaded. Your op may be OK with SIMPLE quality, when the project barely knows 
about its subprojects (modules) ... or you demand better (for whatever reason 
specific to your operation). You can be able to work with broken project ... or 
not.
   
   At the moment, we do not have such indicators - partially yes, but specific 
to gradle/maven/ant. 
   
   After POM modification (i.e. adding dependency, adding a 
plugin/configuration), one better wait for the model to (re)load before doing 
further actions or inspections. Similar for build.gradle
   
   > eg. executing `mvnw dependency:go-offline` might also open up some issues.
   I'm lost, can you be more specific ?
   


-- 
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

Reply via email to