Class NonQuarkusDepsToBuildMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
io.quarkus.bom.decomposer.maven.NonQuarkusDepsToBuildMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="deps-to-rebuild", threadSafe=true, requiresProject=false) public class NonQuarkusDepsToBuildMojo extends org.apache.maven.plugin.AbstractMojo
This is a WIP for non-Quarkus-based projects.

Logs artifact coordinates (one per line) that represent supported artifacts 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class org.apache.maven.plugin.AbstractMojo

    getLog, getPluginContext, setLog, setPluginContext

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NonQuarkusDepsToBuildMojo

      public NonQuarkusDepsToBuildMojo()
  • Method Details

    • execute

      public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException