Code that boots up Maven2 with Hudson's remoting support in place. Used for the native maven support.
'org.jvnet.hudson.main:maven-agent:2.2.2'
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-agent</artifactId>
<version>2.2.2</version>
</dependency>
<dependency org="org.jvnet.hudson.main" name="maven-agent" rev="2.2.2"/>
"org.jvnet.hudson.main", "maven-agent", "2.2.2"