Class 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.AbstractMojo
    Writes reports about dependencies reachable over more than one primary dependency project. Primary dependencies are Camel, Quarkus, etc.
    Since:
    4.2.0
    • Constructor Detail

      • ConflictPathsMojo

        public ConflictPathsMojo()
    • Method Detail

      • 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()