| org.apache.geronimo.mavenplugins.car.AbstractCarMojo org.apache.geronimo.mavenplugins.car.UpdatePluginListMojo
UpdatePluginListMojo | public class UpdatePluginListMojo extends AbstractCarMojo (Code) | | Maintain the geronimo-plugins.xml catalog in the local maven repository by merging in the geronimo-plugin.xml from the current project.
version: $Rev: 575143 $ $Date: 2007-09-12 19:12:11 -0700 (Wed, 12 Sep 2007) $ |
Field Summary | |
protected File | targetFile Location of the (just generated) plugin metadata file to merge into the geronimo-plugins.xml catalog in the local maven repository. |
targetFile | protected File targetFile(Code) | | Location of the (just generated) plugin metadata file to merge into the geronimo-plugins.xml catalog in the local maven repository.
|
updatePluginList | public void updatePluginList(PluginType plugin, PluginListType pluginList) throws NoSuchStoreException(Code) | | |
Methods inherited from org.apache.geronimo.mavenplugins.car.AbstractCarMojo | protected void generateExplicitVersionProperties(File outputFile, DependencyTree dependencies) throws MojoExecutionException, IOException(Code)(Java Doc) protected org.apache.maven.artifact.Artifact geronimoToMavenArtifact(org.apache.geronimo.kernel.repository.Artifact artifact) throws MojoExecutionException(Code)(Java Doc) protected static File getArchiveFile(File basedir, String finalName, String classifier)(Code)(Java Doc) protected ArtifactRepository getArtifactRepository()(Code)(Java Doc) protected MavenProject getProject()(Code)(Java Doc) protected boolean includeDependency(org.apache.maven.model.Dependency dependency)(Code)(Java Doc) protected void init() throws MojoExecutionException, MojoFailureException(Code)(Java Doc) protected boolean isModuleArtifact(org.apache.geronimo.kernel.repository.Artifact artifact)(Code)(Java Doc) protected org.apache.geronimo.kernel.repository.Artifact mavenToGeronimoArtifact(org.apache.maven.artifact.Artifact artifact)(Code)(Java Doc) protected org.apache.geronimo.kernel.repository.Artifact mavenToGeronimoArtifact(org.apache.maven.model.Dependency artifact)(Code)(Java Doc) protected org.apache.maven.model.Dependency resolveDependency(org.apache.maven.model.Dependency dependency, List<org.apache.maven.model.Dependency> artifacts)(Code)(Java Doc)
|
|
|