org.apache.geronimo.mavenplugins.car
Class UpdatePluginListMojo
java.lang.Object
org.codehaus.plexus.logging.AbstractLogEnabled
org.apache.geronimo.mavenplugins.car.AbstractCarMojo
org.apache.geronimo.mavenplugins.car.UpdatePluginListMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.Mojo, org.codehaus.plexus.logging.LogEnabled
public class UpdatePluginListMojo
- extends AbstractCarMojo
Maintain the geronimo-plugins.xml catalog in the local maven repository by merging in the geronimo-plugin.xml from the current project.
- Version:
- $Rev: 813067 $ $Date: 2009-09-10 02:18:48 +0800 (Thu, 10 Sep 2009) $
|
Field Summary |
protected java.io.File |
targetFile
Location of the (just generated) plugin metadata file to merge into the geronimo-plugins.xml catalog in the local maven repository. |
| Fields inherited from class org.apache.geronimo.mavenplugins.car.AbstractCarMojo |
artifactFactory, artifactRepository, basedir, dependencyArtifacts, encoding, escapeString, localDependencies, mavenFileFilter, mavenResourcesFiltering, project, projectHelper, session, systemProperties, treeListing |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
| Methods inherited from class org.apache.geronimo.mavenplugins.car.AbstractCarMojo |
cleanup, filter, generateExplicitVersionProperties, geronimoToMavenArtifact, getArchiveFile, getArtifactRepository, getDependencies, getFramework, getLog, getModuleId, getProject, includeDependency, init, isModuleArtifact, mavenToGeronimoArtifact, mavenToGeronimoArtifact, resolveArtifact, resolveDependency, setLog, setSystemProperties, toDependencies, toGeronimoDependency, unsetSystemProperties |
| Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
targetFile
protected java.io.File targetFile
- Location of the (just generated) plugin metadata file to merge into the geronimo-plugins.xml catalog in the local maven repository.
UpdatePluginListMojo
public UpdatePluginListMojo()
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
updatePluginList
public void updatePluginList(PluginType plugin,
PluginListType pluginList)
throws NoSuchStoreException
- Throws:
NoSuchStoreException
Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.