Package org.xwiki.tool.extension
Class RegisterMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.xwiki.tool.extension.util.AbstractExtensionMojo
-
- org.xwiki.tool.extension.RegisterMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="register", defaultPhase=GENERATE_RESOURCES, requiresProject=true, threadSafe=true) public class RegisterMojo extends AbstractExtensionMojo
Generate complete extension descriptor for current artifact.- Since:
- 8.4
- Version:
- $Id: 8bdce1e66f6506f5730b6ff4ffcfbcb2bbcbc91b $
-
-
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 RegisterMojo()
-
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
-
-