| org.apache.geronimo.mavenplugins.car.AbstractCarMojo org.apache.geronimo.mavenplugins.car.CreatePluginListMojo
CreatePluginListMojo | public class CreatePluginListMojo extends AbstractCarMojo (Code) | | Creates or replaces a geronimo-plugins.xml catalog of geronimo plugins in the local maven repository. Although geronimo-plugins.xml is
maintained automatically when you build geronimo plugins locally, this is useful if you have downloaded plugins from elsewhere or
corrupted the geronimo-plugins.xml file. This must be run explcitly using the command line
mvn org.apache.geronimo.buildsupport:car-maven-plugin:create-pluginlist
version: $Rev: 613667 $ $Date: 2008-01-20 12:18:37 -0800 (Sun, 20 Jan 2008) $ |
createPluginListForRepositories | public PluginListType createPluginListForRepositories(ListableRepository repository, String repoName) 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)
|
|
|