0

How to run Maven deploy(which will deploy to remote nexus repository) command using java Program..

RAJESHPODDER007
  • 733
  • 1
  • 8
  • 14
  • http://stackoverflow.com/questions/5141788/how-to-run-maven-from-java?rq=1, http://stackoverflow.com/questions/10313971/how-to-run-a-mvn-command-from-a-java-program?rq=1 – Rushikesh Thakkar Mar 12 '14 at 05:19

1 Answers1

1

You can use maven invoker plugin, here is the basic usage

jmj
  • 237,923
  • 42
  • 401
  • 438