net.kindleit.gae
Class ExecuteGoal

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by net.kindleit.gae.EngineGoalBase
          extended by net.kindleit.gae.StartGoal
              extended by net.kindleit.gae.RunGoal
                  extended by net.kindleit.gae.ExecuteGoal
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable

public class ExecuteGoal
extends RunGoal

Run goal unbound to any phase. This goal is similar to run, except that it does not require the package phase to have completed.

Since:
0.8.1
Author:
rhansen@kindleit.net
See Also:
RunGoal

Field Summary
 
Fields inherited from class net.kindleit.gae.StartGoal
address, disableUpdateCheck, javaAgent, jvmFlags, port
 
Fields inherited from class net.kindleit.gae.EngineGoalBase
appDir, ARG_TYPE, container, emailAccount, gaeProperties, hostString, keepTempUploadDir, monitorKey, monitorPort, passIn, proxy, sdkDir, serverId, settings, splitJars, uploadServer, wait
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
ExecuteGoal()
           
 
Method Summary
 
Methods inherited from class net.kindleit.gae.RunGoal
execute
 
Methods inherited from class net.kindleit.gae.StartGoal
resolveArtifacts, runKickStart
 
Methods inherited from class net.kindleit.gae.EngineGoalBase
assureSystemProperties, contextualize, getAppCfgArgs, getCommonArgs, hasServerSettings, runAppCfg
 
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

ExecuteGoal

public ExecuteGoal()


Copyright © 2009-2011 KindleIT. All Rights Reserved.