Skip to content

Instantly share code, notes, and snippets.

@simonetripodi
Created May 30, 2013 07:39
Show Gist options
  • Save simonetripodi/5676291 to your computer and use it in GitHub Desktop.
Save simonetripodi/5676291 to your computer and use it in GitHub Desktop.
mvn dependency:tree -s ~/.m2/adobe-settings.xml
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Acme Content Package Maven Plugin 0.0.21-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.1:tree (default-cli) @ content-package-maven-plugin ---
[INFO] com.acme:content-package-maven-plugin:maven-plugin:0.0.21-SNAPSHOT
[INFO] +- org.apache.maven:maven-core:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-model:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-settings:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-settings-builder:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-repository-metadata:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-model-builder:jar:3.0.5:compile
[INFO] | +- org.apache.maven:maven-aether-provider:jar:3.0.5:compile
[INFO] | | \- org.sonatype.aether:aether-spi:jar:1.13.1:compile
[INFO] | +- org.sonatype.aether:aether-impl:jar:1.13.1:compile
[INFO] | +- org.sonatype.sisu:sisu-inject-plexus:jar:2.3.0:compile
[INFO] | | \- org.sonatype.sisu:sisu-inject-bean:jar:2.3.0:compile
[INFO] | | \- org.sonatype.sisu:sisu-guice:jar:no_aop:3.1.0:compile
[INFO] | | \- org.sonatype.sisu:sisu-guava:jar:0.9.9:compile
[INFO] | +- org.codehaus.plexus:plexus-interpolation:jar:1.14:compile
[INFO] | +- org.codehaus.plexus:plexus-classworlds:jar:2.4:compile
[INFO] | \- org.codehaus.plexus:plexus-component-annotations:jar:1.5.5:compile
[INFO] +- org.apache.maven:maven-plugin-api:jar:3.0.5:compile
[INFO] +- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.2:provided
[INFO] +- org.apache.maven:maven-project:jar:2.2.1:compile
[INFO] | +- org.apache.maven:maven-profile:jar:2.2.1:compile
[INFO] | +- org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
[INFO] | | +- org.apache.maven.wagon:wagon-provider-api:jar:1.0-beta-6:compile
[INFO] | | \- backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
[INFO] | +- org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
[INFO] | \- org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
[INFO] | \- classworlds:classworlds:jar:1.1-alpha-2:compile
[INFO] +- org.apache.maven:maven-artifact:jar:3.0.5:compile
[INFO] +- org.apache.maven:maven-archiver:jar:2.5:compile
[INFO] | \- org.codehaus.plexus:plexus-archiver:jar:2.1:compile
[INFO] | \- org.codehaus.plexus:plexus-io:jar:2.0.2:compile
[INFO] +- org.codehaus.plexus:plexus-utils:jar:3.0.1:compile
[INFO] +- org.sonatype.aether:aether-api:jar:1.13.1:compile
[INFO] +- org.sonatype.aether:aether-util:jar:1.13.1:compile
[INFO] +- org.sonatype.plexus:plexus-sec-dispatcher:jar:1.3:compile
[INFO] | \- org.sonatype.plexus:plexus-cipher:jar:1.4:compile
[INFO] +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | \- commons-codec:commons-codec:jar:1.2:compile
[INFO] +- commons-logging:commons-logging:jar:1.0.4:provided (scope not updated to compile)
[INFO] +- org.slf4j:slf4j-api:jar:1.5.8:compile
[INFO] +- org.codehaus.mojo:animal-sniffer-maven-plugin:jar:1.9:compile
[INFO] | +- org.codehaus.mojo:animal-sniffer:jar:1.9:compile
[INFO] | | \- org.ow2.asm:asm-all:jar:4.0:compile
[INFO] | +- org.codehaus.mojo:java-boot-classpath-detector:jar:1.9:compile
[INFO] | \- org.apache.maven:maven-toolchain:jar:2.2.1:compile
[INFO] +- org.apache.maven.shared:maven-common-artifact-filters:jar:1.4:compile
[INFO] +- junit:junit:jar:4.10:test (scope not updated to compile)
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.1:test
[INFO] +- org.apache.maven.plugin-testing:maven-plugin-testing-harness:jar:2.1:test
[INFO] \- org.apache.sling:org.apache.sling.commons.json:jar:2.0.6:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.895s
[INFO] Finished at: Thu May 30 09:35:26 CEST 2013
[INFO] Final Memory: 28M/1962M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment