Maven Builds
2 answers
Patrick, sorry for the delay - I took Thu-Tue as vacation.
You are correct - the Maven build participant launches Java directly, on class org.codehaus.classworlds.Launcher, with the goals as program arguments. It adds all jars in Maven's boot directory to the classpath. It also defines a couple of system properties:
-Dmaven.home=${maven.home}
-Dclassworlds.conf=${maven.home}/bin/m2.conf
You are correct - the Maven build participant launches Java directly, on class org.codehaus.classworlds.Launcher, with the goals as program arguments. It adds all jars in Maven's boot directory to the classpath. It also defines a couple of system properties:
-Dmaven.home=${maven.home}
-Dclassworlds.conf=${maven.home}/bin/m2.conf