Skip to content

Instantly share code, notes, and snippets.

@maasg
Last active August 29, 2015 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maasg/2f2d486b78add30ac539 to your computer and use it in GitHub Desktop.
Save maasg/2f2d486b78add30ac539 to your computer and use it in GitHub Desktop.
Dependency tree
14:21 $ mvn dependency:tree -Dverbose -Dincludes=junit
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building core-compute-jobs-timeseries 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:tree (default-cli) @ core-compute-jobs-timeseries ---
[INFO] com.virdata:core-compute-jobs-timeseries:jar:1.1.0-SNAPSHOT
[INFO] +- info.cukes:cucumber-junit:jar:1.1.5:test
[INFO] | \- (junit:junit:jar:4.11:test - omitted for duplicate)
[INFO] +- com.virdata:devops-common-cukes-base:jar:1.2.0-SNAPSHOT:test
[INFO] | \- (junit:junit:jar:4.11:test - omitted for duplicate)
[INFO] +- com.virdata:devops-common-cukes-cassandra:jar:1.2.0-SNAPSHOT:test
[INFO] | \- (junit:junit:jar:4.11:test - omitted for duplicate)
[INFO] +- com.virdata:devops-common-cukes-docker:jar:1.3.0-SNAPSHOT:test
[INFO] | \- (junit:junit:jar:4.11:test - omitted for duplicate)
[INFO] \- junit:junit:jar:4.11:test
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.297s
[INFO] Finished at: Tue Sep 02 14:42:23 CEST 2014
[INFO] Final Memory: 16M/303M
[INFO] ------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment