org.apache.maven.cli
Class DefaultMavenExecutionRequestBuilder
java.lang.Object
org.apache.maven.cli.DefaultMavenExecutionRequestBuilder
- All Implemented Interfaces:
- MavenExecutionRequestBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
@Component(role=MavenExecutionRequestBuilder.class)
public class DefaultMavenExecutionRequestBuilder
- extends java.lang.Object
- implements MavenExecutionRequestBuilder, org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
Most of code is coming from asf svn repo waiting before having available
- Author:
- Olivier Lamy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMavenExecutionRequestBuilder
public DefaultMavenExecutionRequestBuilder()
initialize
public void initialize()
throws org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
- Specified by:
initialize in interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Initializable
- Throws:
org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException
getMavenExecutionRequest
public org.apache.maven.execution.MavenExecutionRequest getMavenExecutionRequest(java.lang.String[] args,
java.io.PrintStream printStream)
throws org.apache.maven.execution.MavenExecutionRequestPopulationException,
org.apache.maven.settings.building.SettingsBuildingException,
MavenExecutionRequestsBuilderException
- Specified by:
getMavenExecutionRequest in interface MavenExecutionRequestBuilder
- Throws:
org.apache.maven.execution.MavenExecutionRequestPopulationException
org.apache.maven.settings.building.SettingsBuildingException
MavenExecutionRequestsBuilderException- See Also:
org.jvnet.hudson.maven3.MavenExecutionRequestBuilder.MavenExecutionRequestsBuilder#getMavenExecutionRequest(java.lang.String[])
Copyright © 2004-2011 Hudson. All Rights Reserved.