Package com.heroku.sdk.maven.mojo
Class RunWarMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- com.heroku.sdk.maven.mojo.AbstractHerokuMojo
-
- com.heroku.sdk.maven.mojo.RunWarMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="run-war", requiresDependencyResolution=RUNTIME) @Execute(phase=PACKAGE) public class RunWarMojo extends AbstractHerokuMojoStarts the web application in a way that is very similar to how it is run on Heroku. JAVA_OPTS and WEBAPP_RUNNER_OPTS specified in configVars will also be picked up by this goal and used to run your application.
-
-
Field Summary
-
Fields inherited from class com.heroku.sdk.maven.mojo.AbstractHerokuMojo
appName, buildpacks, configVars, includes, includeTarget, jdkVersion, logProgress, mavenProject, mavenSession, pluginManager, processTypes, warFile, webappRunnerVersion
-
-
Constructor Summary
Constructors Constructor Description RunWarMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class com.heroku.sdk.maven.mojo.AbstractHerokuMojo
findWarFilePath
-
-