Maven Exec Plugin vs Maven AntRun Plugin for running command-line tool | Hello World!
Maven Exec Plugin supports the following two goals: exec: to execute external programs (including Java) in a separate process java: to execute Java programs in the same JVM Maven AntRun Plugin supports only one goal: run: to execute the Ant target specifi
sanchitbahal.wordpress.com |