You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 likemvn compile -pl x -am
against the root project.The text was updated successfully, but these errors were encountered: