Package io.quarkus.bom.decomposer.maven
Class DependenciesToBuildMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.bom.decomposer.maven.DependenciesToBuildMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="dependencies-to-build",
threadSafe=true,
requiresProject=false)
public class DependenciesToBuildMojo
extends org.apache.maven.plugin.AbstractMojo
Logs artifact coordinates (one per line) that represent supported Quarkus extensions and their dependencies
down to a certain depth level that need to be built from source.
The goal exposes other options that enable logging extra information, however all the extra info will be logged with `#` prefix, which the tools parsing the output could treat as a comment and ignore.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
DependenciesToBuildMojo
public DependenciesToBuildMojo()
-
-
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
-