Limiting burningwave to a specific plugin goals. #40
Subrhamanya
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any way to programmatically stop all the work of burningwave dependency??
Basically I want to achieve something like:
We have a bigger project and we use multiple our own built maven plugins and all of these plugins run in a single jvm.
We want to use this burningwave in one of the plugin and once the goal of the plugin is completed, burningwave should backoff.
As of now I can see once it starts it's affecting all the different plugin goals.
Beta Was this translation helpful? Give feedback.
All reactions