org.efaps.maven.plugin.install
Class SourceInstallMojo

java.lang.Object
  extended by org.efaps.maven.plugin.EFapsAbstractMojo
      extended by org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
          extended by org.efaps.maven.plugin.install.SourceInstallMojo
All Implemented Interfaces:
org.apache.maven.plugin.Mojo

@Goal(name="source-install",
      requiresDependencyResolutionScope="runtime")
public final class SourceInstallMojo
extends AbstractEFapsInstallMojo

Installs an eFaps application.

Version:
$Id: SourceInstallMojo.java 4608 2010-05-29 15:56:34Z jan.moxter $
Author:
The eFaps Team

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
SourceInstallMojo()
           
 
Method Summary
 void execute()
          Executes the install goal.
 
Methods inherited from class org.efaps.maven.plugin.install.AbstractEFapsInstallMojo
getApplications, getEFapsDir, getFiles, getOutputDirectory, getTypeMapping, getVersionFile
 
Methods inherited from class org.efaps.maven.plugin.EFapsAbstractMojo
abortTransaction, commitTransaction, convertToMap, getClasspathElements, getLog, getPassWord, getUserName, init, reloadCache, setLog, startTransaction
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SourceInstallMojo

public SourceInstallMojo()
Method Detail

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Executes the install goal.

Throws:
org.apache.maven.plugin.MojoExecutionException - if installation failed


Copyright © 2002-2010 The eFaps Team. All Rights Reserved.