org.apache.geronimo.plugin.car
Class InstallConfigMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.geronimo.plugin.MojoSupport
          extended by org.apache.geronimo.plugin.car.AbstractCarMojo
              extended by org.apache.geronimo.plugin.car.InstallConfigMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class InstallConfigMojo
extends AbstractCarMojo

Installs CAR files into a target repository to support assembly.

Version:
$Rev: 428888 $ $Date: 2006-08-04 23:21:54 +0200 (ven., 04 août 2006) $

Field Summary
static org.apache.geronimo.kernel.repository.FileWriteMonitor LOG_COPY_START
           
 
Fields inherited from class org.apache.geronimo.plugin.car.AbstractCarMojo
artifactFactory, basedir, factory, local, project, projectHelper, remoteRepos, resolver
 
Fields inherited from class org.apache.geronimo.plugin.MojoSupport
log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
InstallConfigMojo()
           
 
Method Summary
protected  void doExecute()
           
protected  Set getDependencies()
          Retrieves all artifact dependencies.
 
Methods inherited from class org.apache.geronimo.plugin.car.AbstractCarMojo
generateExplicitVersionProperties, getArchiveFile, getArtifact, getProjectArtifacts, getProjectArtifacts
 
Methods inherited from class org.apache.geronimo.plugin.MojoSupport
execute, init
 
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
 

Field Detail

LOG_COPY_START

public static final org.apache.geronimo.kernel.repository.FileWriteMonitor LOG_COPY_START
Constructor Detail

InstallConfigMojo

public InstallConfigMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class MojoSupport
Throws:
Exception

getDependencies

protected Set getDependencies()
Retrieves all artifact dependencies.

Returns:
A HashSet of artifacts


Copyright © 2006 Apache Software Foundation. All Rights Reserved.