Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support to build submodules using -pl -am #94

Open
simonstratmann opened this issue Aug 8, 2022 · 1 comment
Open

Comments

@simonstratmann
Copy link

First let me say that your plugin is really helpful and I've been using it a long time. Thanks for your work.

In projects with pom submodules it's not possible to build the contained jar modules directly - you have to run mvn compile -pl submodule -am.

As fas as I can see there's no support for this. It would be great if there were an action for a module x to run any mvn command like mvn compile -pl x -am against the root project.

krasa added a commit that referenced this issue Oct 13, 2022
…n running root action to support `mvn compile -pl <submodule> -am`
@krasa
Copy link
Owner

krasa commented Oct 13, 2022

It will be possible using CTRL + SHIFT + ALT + R, not sure if it breaks some other use case...
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants