Package org.l2x6.cq.maven
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
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute()org.eclipse.aether.DefaultRepositorySystemSessionMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
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.MojoExecutionExceptionorg.apache.maven.plugin.MojoFailureException
-
repoSession
public org.eclipse.aether.DefaultRepositorySystemSession repoSession()
-