net.kindleit.gae
Class RunGoal
java.lang.Object
org.apache.maven.plugin.AbstractMojo
net.kindleit.gae.EngineGoalBase
net.kindleit.gae.StartGoal
net.kindleit.gae.RunGoal
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class RunGoal
- extends StartGoal
Runs the WAR project locally on the Google App Engine development server.
You can specify jvm flags via the jvmFlags in the configuration section.
- Author:
- rhansen@kindleit.net
| 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 |
|
Method Summary |
void |
execute()
Will always run in the foreground. |
| 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 |
RunGoal
public RunGoal()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Will always run in the foreground.
- Specified by:
execute in interface org.apache.maven.plugin.Mojo- Overrides:
execute in class StartGoal
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException- See Also:
StartGoal.execute()
Copyright © 2009-2010 KindleIT. All Rights Reserved.