org.exoplatform.maven2.plugin.exopc
Class ExoPCWar

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.exoplatform.maven2.plugin.exopc.ExoPCWar
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class ExoPCWar
extends org.apache.maven.plugin.AbstractMojo


Field Summary
protected  java.lang.String outputDirectory
          The directory for the generated WAR.
protected  org.apache.maven.project.MavenProject project
           
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ExoPCWar()
           
 
Method Summary
 void execute()
           
protected  java.util.HashSet<java.lang.String> getIgnoreProjects()
           
protected  java.util.HashSet<java.lang.String> getSet(java.lang.String hs)
           
protected  void performPackaging(java.io.File warFile, java.io.File webappDir)
           
 
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

outputDirectory

protected java.lang.String outputDirectory
The directory for the generated WAR.


project

protected org.apache.maven.project.MavenProject project
Constructor Detail

ExoPCWar

public ExoPCWar()
Method Detail

getSet

protected java.util.HashSet<java.lang.String> getSet(java.lang.String hs)

getIgnoreProjects

protected java.util.HashSet<java.lang.String> getIgnoreProjects()

performPackaging

protected void performPackaging(java.io.File warFile,
                                java.io.File webappDir)
                         throws java.lang.Exception
Throws:
java.lang.Exception

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException


Copyright © 2009 eXo Platform SAS. All Rights Reserved.