Package io.quarkus.bom.decomposer.maven
Class GeneratePlatformDescriptorJsonMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.bom.decomposer.maven.GeneratePlatformDescriptorJsonMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generate-platform-descriptor",
threadSafe=true)
public class GeneratePlatformDescriptorJsonMojo
extends org.apache.maven.plugin.AbstractMojo
This goal generates a platform JSON descriptor for a given platform BOM.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()io.quarkus.bom.decomposer.maven.GeneratePlatformDescriptorJsonMojo.OverrideInfogetOverrideInfo(File overridesFile) Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
GeneratePlatformDescriptorJsonMojo
public GeneratePlatformDescriptorJsonMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
getOverrideInfo
public io.quarkus.bom.decomposer.maven.GeneratePlatformDescriptorJsonMojo.OverrideInfo getOverrideInfo(File overridesFile) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-