|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
net.kindleit.gae.EngineGoalBase
net.kindleit.gae.StartGoal
public class StartGoal
Runs the WAR project locally on the Google App Engine development server, without executing the package phase first. This is intended to be included in your project's POM and runs in the pre-integration-test phase.
| Field Summary | |
|---|---|
protected String |
address
Address to bind to. |
protected boolean |
disableUpdateCheck
Do not check for new SDK versions. |
protected String |
javaAgent
Optional javaAgent parameter prepended to the jvmFalgs. |
protected List<String> |
jvmFlags
Arbitrary list of JVM Flags to send to the KickStart task. |
protected int |
port
Port to run in. |
| 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 | |
|---|---|
StartGoal()
|
|
| Method Summary | |
|---|---|
void |
execute()
|
protected void |
resolveArtifacts(Set<org.apache.maven.artifact.Artifact> artifacts)
|
protected void |
runKickStart(String startClass,
String... commandArguments)
Passes command to the Google App Engine KickStart runner. |
| 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 |
| Field Detail |
|---|
protected int port
protected String address
protected boolean disableUpdateCheck
protected List<String> jvmFlags
protected String javaAgent
| Constructor Detail |
|---|
public StartGoal()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected final void runKickStart(String startClass,
String... commandArguments)
throws org.apache.maven.plugin.MojoExecutionException
startClass - command to run through KickStartcommandArguments - arguments to the KickStart command.
org.apache.maven.plugin.MojoExecutionException - If EngineGoalBase.assureSystemProperties() fails
protected final void resolveArtifacts(Set<org.apache.maven.artifact.Artifact> artifacts)
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||