-
Notifications
You must be signed in to change notification settings - Fork 906
Description
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