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  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  HashSet<String> getIgnoreProjects()
           
protected  HashSet<String> getSet(String hs)
           
protected  void performPackaging(File warFile, 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 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 HashSet<String> getSet(String hs)

getIgnoreProjects

protected HashSet<String> getIgnoreProjects()

performPackaging

protected void performPackaging(File warFile,
                                File webappDir)
                         throws Exception
Throws:
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.