com.atlassian.maven.plugins.sandbox
Class SandboxMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.sandbox.SandboxMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class SandboxMojo
- extends org.apache.maven.plugin.AbstractMojo
Modifies the distribution management of the project so that all builds dep
|
Field Summary |
protected java.lang.String |
outputDirectory
The output directory of the project. |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| 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 |
outputDirectory
protected java.lang.String outputDirectory
- The output directory of the project.
SandboxMojo
public SandboxMojo()
getProject
public org.apache.maven.project.MavenProject getProject()
getSandboxRepositoryRootUrl
public java.lang.String getSandboxRepositoryRootUrl()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
getRepositoryName
public java.lang.String getRepositoryName(java.lang.String url)
Copyright © 2010 Atlassian. All Rights Reserved.