Package org.apache.maven.resolver.examples
package org.apache.maven.resolver.examples
-
ClassDescriptionRuns all demos at once.Deploys a JAR and its POM to a remote repository.Determines all available versions of an artifact.Determines the newest version of an artifact.Visualizes the transitive dependencies of an artifact similar to m2e's dependency hierarchy view.Collects the transitive dependencies of an artifact.Determines the direct dependencies of an artifact as declared in its artifact descriptor (POM).Installs a JAR and its POM to the local repository.Resolves a single artifact.Resolves the transitive (compile) dependencies of an artifact.Example of building reverse dependency tree using custom
ReverseTreeRepositoryListener
.