Package org.xwiki.tool.extension
Class WarMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.xwiki.tool.extension.util.AbstractExtensionMojo
-
- org.xwiki.tool.extension.WarMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="war", defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=RUNTIME, requiresProject=true, threadSafe=true) public class WarMojo extends AbstractExtensionMojo
Generate complete extension descriptor for each artifact packaged in the WAR and for the WAR itself.- Since:
- 8.4RC1
- Version:
- $Id: 982ced7f89e6c39126d28b2f9e5fcac365250288 $
-
-
Field Summary
-
Fields inherited from class org.xwiki.tool.extension.util.AbstractExtensionMojo
container, disabledComponents, extensionHelper, extensionOverrides, localRepository, permanentDirectory, project, recommendedVersions, session, skip
-
-
Constructor Summary
Constructors Constructor Description WarMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeInternal()
-
Methods inherited from class org.xwiki.tool.extension.util.AbstractExtensionMojo
after, before, execute, initializeExtensionMojoHelper, isSkipExecution
-
-
-
-
Method Detail
-
executeInternal
public void executeInternal() throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
executeInternal
in classAbstractExtensionMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
-