Class DependencyAnalysisMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.l2x6.cq.maven.DependencyAnalysisMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="da", threadSafe=true, requiresProject=true) public class DependencyAnalysisMojo extends org.apache.maven.plugin.AbstractMojo
Writes reports about dependencies reachable over more than one primary dependency project. Primary dependencies are Camel, Quarkus, etc.
Since:
4.2.0
  • Constructor Details

    • DependencyAnalysisMojo

      public DependencyAnalysisMojo()
  • 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
    • repoSession

      public org.eclipse.aether.DefaultRepositorySystemSession repoSession()