Package io.helidon.inject.maven.plugin
Class ExternalModuleCreatorMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.helidon.inject.maven.plugin.AbstractCreatorMojo
io.helidon.inject.maven.plugin.ExternalModuleCreatorMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="external-module-create",
defaultPhase=GENERATE_SOURCES,
threadSafe=true,
requiresDependencyResolution=COMPILE)
public class ExternalModuleCreatorMojo
extends AbstractCreatorMojo
Responsible for creating
Activator
's and a ModuleComponent
wrapping a set of packages from an external third-party jar.-
Field Summary
Fields inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
APPLICATION_PACKAGE_FILE_NAME
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Gated/controlled by theTrafficCop
.Methods inherited from class io.helidon.inject.maven.plugin.AbstractCreatorMojo
determinePackageName, execute, getInjectScratchDir, getPackageName, getProjectBuildTargetDir, isDebugEnabled, loadAppPackageName, saveAppPackageName
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ExternalModuleCreatorMojo
public ExternalModuleCreatorMojo()Default constructor.
-
-
Method Details
-
innerExecute
protected void innerExecute() throws org.apache.maven.plugin.MojoExecutionExceptionDescription copied from class:AbstractCreatorMojo
Gated/controlled by theTrafficCop
.- Specified by:
innerExecute
in classAbstractCreatorMojo
- Throws:
org.apache.maven.plugin.MojoExecutionException
- if any mojo problems occur
-