public class Maven3Main extends Object
The actual Maven execution will be started by the program sent through remoting.
| Constructor and Description |
|---|
Maven3Main() |
public static void main(File m2Home, File remotingJar, File interceptorJar, int tcpPort) throws Exception
m2Home - Maven2 installation. This is where we find Maven jars that
we'll run.remotingJar - Hudson's remoting.jar that we'll load.interceptorJar - maven-listener.jar that we'll load.tcpPort - TCP socket that the launching Hudson will be listening to.
This is used for the remoting communication.projectBuildLaunch - launch the projectBuilder and not a mavenExecutionExceptionCopyright © 2004-2015 Hudson. All Rights Reserved.