Skip to content

Make the Maven Module Public so plugins can integrate with it #8832

@priyanahata

Description

@priyanahata

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    API Change[ci] enable extra API related testsMaven[ci] enable "build tools" testsPlatform[ci] enable platform tests (platform/*)kind:featureA feature requestneeds:triageRequires attention from one of the committers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions