net.wasdev.wlp.maven.plugins.applications
Class InstallAppsMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.codehaus.mojo.pluginsupport.MojoSupport
          extended by net.wasdev.wlp.maven.plugins.AbstractLibertySupport
              extended by net.wasdev.wlp.maven.plugins.BasicSupport
                  extended by net.wasdev.wlp.maven.plugins.applications.InstallAppsMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class InstallAppsMojo
extends BasicSupport

Copy applications to the specified directory of the Liberty server.


Nested Class Summary
 
Nested classes/interfaces inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
BasicSupport.InstallType
 
Field Summary
protected  String appsDirectory
          Application directory.
protected  boolean stripVersion
          Strip version.
 
Fields inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
assemblyArchive, assemblyArtifact, assemblyInstallDirectory, installDirectory, installType, isInstall, messages, outputDirectory, refresh, serverDirectory, serverName, START_APP_MESSAGE_REGEXP, userDirectory
 
Fields inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport
ant, artifactRepository, project
 
Fields inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
container, log
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
InstallAppsMojo()
           
 
Method Summary
protected  void doExecute()
           
 
Methods inherited from class net.wasdev.wlp.maven.plugins.BasicSupport
checkServerDirectoryExists, checkServerHomeExists, init, installServerAssembly
 
Methods inherited from class net.wasdev.wlp.maven.plugins.AbstractLibertySupport
getArtifactRepository, getProject
 
Methods inherited from class org.codehaus.mojo.pluginsupport.MojoSupport
contextualize, createArtifact, execute, getArtifact, getArtifactFactory, getArtifactResolver, getProjectArtifacts, getProjectArtifacts, getProjectArtifacts, resolveArtifact, resolveArtifact
 
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

appsDirectory

protected String appsDirectory
Application directory.


stripVersion

protected boolean stripVersion
Strip version.

Constructor Detail

InstallAppsMojo

public InstallAppsMojo()
Method Detail

doExecute

protected void doExecute()
                  throws Exception
Overrides:
doExecute in class org.codehaus.mojo.pluginsupport.MojoSupport
Throws:
Exception


Copyright © 2014. All Rights Reserved.