priyanahata opened a new issue, #8832:
URL: https://github.com/apache/netbeans/issues/8832

   ### Description
   
   Make the Maven Module public so an LLM running in a plugin can "get to" a 
projects NbMavenProject and RunConfig apis. 
   
   ### Use case/motivation
   
   I am writing an LLM plugin to turn NetBeans into a cursor type of thing. It 
is cool, an LLM running inside the NetBeans JVM  can do lots of things like get 
a list of open projects, invoke top level actions, propose code changes,  use 
the netbeans syntax highlighting, open files in your editor, open the git 
commit dialog for you or  leverage other netbeans apis and modules that are 
public but right now.........
   
   
   it can't use NbMavenProject to leverage the Maven APIs, (that  look cool ) 
becuase the maven module doesnt export any public packages and it uses the 
"friend dependencies" mechanism.
   
   Why can it not be made public or have a public interface. I mean, come on 
guys, i can convince you if you give me 4 minutes.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a pull request?
   
   Yes


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