Reputation: 723
How to run Maven deploy(which will deploy to remote nexus repository) command using java Program..
Upvotes: 0
Views: 146
Reputation: 240900
You can use maven invoker plugin, here is the basic usage
Upvotes: 1