com.atlassian.maven.plugins
Class BundleMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
com.atlassian.maven.plugins.BundleMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class BundleMojo
- extends org.apache.maven.plugin.AbstractMojo
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
protected org.apache.maven.artifact.repository.ArtifactRepository |
createLocalRepository(java.io.File directory)
|
org.apache.maven.artifact.repository.ArtifactRepository |
createRepository(java.lang.String repositoryId,
java.lang.String repositoryUrl,
boolean offline,
boolean updateSnapshots,
java.lang.String globalChecksumPolicy)
|
void |
execute()
|
| 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 |
BundleMojo
public BundleMojo()
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
createLocalRepository
protected org.apache.maven.artifact.repository.ArtifactRepository createLocalRepository(java.io.File directory)
createRepository
public org.apache.maven.artifact.repository.ArtifactRepository createRepository(java.lang.String repositoryId,
java.lang.String repositoryUrl,
boolean offline,
boolean updateSnapshots,
java.lang.String globalChecksumPolicy)
Copyright © 2009 Atlassian. All Rights Reserved.