|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.ops4j.pax.construct.bundle.MoveBundleMojo
public class MoveBundleMojo
Move a bundle project to a new directory, updating and creating POMs as necessary
mvn pax:move-bundle -DbundleName=... -DtargetDirectory=...
Field Summary |
---|
Fields inherited from interface org.apache.maven.plugin.Mojo |
---|
ROLE |
Constructor Summary | |
---|---|
MoveBundleMojo()
|
Method Summary | |
---|---|
void |
execute()
|
protected static PomUtils.Pom |
locateBundlePom(java.io.File baseDir,
java.lang.String pathOrName)
Locate the bundle project - try name first as a directory path, then an artifactId or symbolic-name |
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 MoveBundleMojo()
Method Detail |
---|
protected static PomUtils.Pom locateBundlePom(java.io.File baseDir, java.lang.String pathOrName) throws org.apache.maven.plugin.MojoExecutionException
baseDir
- base directory in the same project treepathOrName
- either a path, or an artifactId or symbolic-name
org.apache.maven.plugin.MojoExecutionException
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |