|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.plugin.AbstractMojo
org.codehaus.mojo.javascript.AbstractJavascriptMojo
org.codehaus.mojo.javascript.CompileMojo
org.codehaus.mojo.javascript.CompileSourceMojo
org.codehaus.mojo.javascript.WarPackageMojo
org.codehaus.mojo.javascript.InPlaceMojo
public class InPlaceMojo
Goal that copies javascript dependencies to the web application script folder, inside the webapp source directory. This allows to prepare the webapp for running on a lightweight servlet container that does not requires packaging (when using the jetty:run goal).
| Field Summary |
|---|
| Fields inherited from class org.codehaus.mojo.javascript.WarPackageMojo |
|---|
javascriptArtifactManager, libsDirectory, scriptsDirectory, useArtifactId, webappDirectory |
| Fields inherited from class org.codehaus.mojo.javascript.CompileSourceMojo |
|---|
DEFAULT_INCLUDES, descriptor, descriptorFormat, excludes, includes, outputDirectory, sourceDirectory |
| Fields inherited from class org.codehaus.mojo.javascript.CompileMojo |
|---|
assemblerReaderManager |
| Fields inherited from class org.codehaus.mojo.javascript.AbstractJavascriptMojo |
|---|
pluginArtifactMap, project |
| Fields inherited from interface org.apache.maven.plugin.Mojo |
|---|
ROLE |
| Constructor Summary | |
|---|---|
InPlaceMojo()
|
|
| Method Summary | |
|---|---|
void |
execute()
Set super's webappDirectory = warSourceDirectory and then execute as usual. |
| Methods inherited from class org.codehaus.mojo.javascript.CompileSourceMojo |
|---|
getDefaultIncludes, getDescriptor, getDescriptorFormat, getExcludes, getIncludes, getOutputDirectory, getSourceDirectory |
| Methods inherited from class org.codehaus.mojo.javascript.CompileMojo |
|---|
assemble |
| Methods inherited from class org.codehaus.mojo.javascript.AbstractJavascriptMojo |
|---|
unpackJavascriptDependency, unpackJavascriptDependency |
| 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 |
|---|
public InPlaceMojo()
| Method Detail |
|---|
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
execute in interface org.apache.maven.plugin.Mojoexecute in class WarPackageMojoorg.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureExceptionMojo.execute()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||