|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.apache.maven.scm.plugin.AbstractScmMojo
org.apache.maven.scm.plugin.CheckoutMojo
org.apache.maven.scm.plugin.BootstrapMojo
public class BootstrapMojo
Pull the project source from the configured scm and execute the configured goals.
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
BootstrapMojo()
|
Method Summary | |
---|---|
protected java.lang.String |
determineWorkingDirectoryPath(java.io.File checkoutDirectory,
java.lang.String relativePathProjectDirectory,
java.lang.String goalsDirectory)
Determines the path of the working directory. |
void |
execute()
|
Methods inherited from class org.apache.maven.scm.plugin.CheckoutMojo |
---|
checkout, getCheckoutDirectory, getCheckoutResult, setCheckoutDirectory |
Methods inherited from class org.apache.maven.scm.plugin.AbstractScmMojo |
---|
checkResult, getConnectionUrl, getExcludes, getFileSet, getIncludes, getScmManager, getScmRepository, getScmVersion, getWorkingDirectory, setConnectionType, setConnectionUrl, setExcludes, setIncludes, setWorkingDirectory |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
---|
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapMojo()
Method Detail |
---|
public void execute() throws org.apache.maven.plugin.MojoExecutionException
execute
in interface org.apache.maven.plugin.Mojo
execute
in class CheckoutMojo
org.apache.maven.plugin.MojoExecutionException
protected java.lang.String determineWorkingDirectoryPath(java.io.File checkoutDirectory, java.lang.String relativePathProjectDirectory, java.lang.String goalsDirectory)
checkoutDirectory
- relativePathProjectDirectory
- goalsDirectory
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |