Package org.xwiki.tool.extension
Class XIPMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.xwiki.tool.extension.util.AbstractExtensionMojo
-
- org.xwiki.tool.extension.XIPMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="xip", defaultPhase=GENERATE_RESOURCES, requiresDependencyResolution=COMPILE, requiresProject=true, threadSafe=true) public class XIPMojo extends AbstractExtensionMojo
- Since:
- 9.4RC1
- Version:
- $Id: ad5481529245be47afaba8d667aacb2285a9aacc $
-
-
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 XIPMojo()
-
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
-
-