Package org.l2x6.cq.maven
Class ConflictPathsMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.l2x6.cq.maven.ConflictPathsMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="conflict-paths", threadSafe=true, requiresProject=true) public class ConflictPathsMojo extends org.apache.maven.plugin.AbstractMojoWrites 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 Classes Modifier and Type Class Description static classConflictPathsMojo.GavSetMapperstatic classConflictPathsMojo.IdGavSet
-
Constructor Summary
Constructors Constructor Description ConflictPathsMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()org.eclipse.aether.DefaultRepositorySystemSessionrepoSession()
-
-
-
Method Detail
-
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()
-
-