-
Notifications
You must be signed in to change notification settings - Fork 100
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
Enable to exec:java runnables and not only mains with loosely coupled injections #408
Enable to exec:java runnables and not only mains with loosely coupled injections #408
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would also consider to add example page with it in documentation
…with loosely coupled injections
ead991b
to
ad436a5
Compare
adressed comments @slawekjaranowski if you want to have another look, thanks a lot to have spotted some issues, totally missed them yesterday. |
…with loosely coupled injections
ad436a5
to
904866d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please fix copy paste
in documentation
…with loosely coupled injections
904866d
to
4d46190
Compare
…with loosely coupled injections
4d46190
to
e09ac32
Compare
Goal is to enable to quickly use
exec:java
as an in place mojo replacement without having to bring all maven stack for simple needs.Sample:
then use
com_demo_app1_deploy.latest
in any placeholder friendly downstream plugin.