org.apache.maven.plugin.coreit
Class InstallCustomMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.coreit.AbstractRepoMojo
          extended by org.apache.maven.plugin.coreit.InstallMojo
              extended by org.apache.maven.plugin.coreit.InstallCustomMojo
All Implemented Interfaces:
ContextEnabled, Mojo

public class InstallCustomMojo
extends InstallMojo

Installs the project artifacts into a local repository with a custom base directory and a custom layout.

Version:
$Id: InstallCustomMojo.java 995446 2010-09-09 14:35:48Z bentmann $
Author:
Benjamin Bentmann
Is defined by the goal name:
install-custom

Field Summary
 
Fields inherited from class org.apache.maven.plugin.coreit.AbstractRepoMojo
attachedArtifacts, localRepository, mainArtifact, packaging, pomFile
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
InstallCustomMojo()
           
 
Method Summary
 void execute()
          Runs this mojo.
 
Methods inherited from class org.apache.maven.plugin.coreit.AbstractRepoMojo
isPomArtifact
 
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

InstallCustomMojo

public InstallCustomMojo()
Method Detail

execute

public void execute()
             throws MojoExecutionException
Runs this mojo.

Specified by:
execute in interface Mojo
Overrides:
execute in class InstallMojo
Throws:
MojoExecutionException - If any artifact could not be installed.


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.