1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
$ mvn dependency:tree
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] ------------------------------------------------------------------------
[INFO] Building XXX
[INFO] task-segment: [dependency:tree]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:tree]
[INFO] fr.a.r:er:jar:1.0.0-SNAPSHOT
[INFO] +- fr.a.commons:ec:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- fr.a.commons:nc:jar:1.0.0-SNAPSHOT:compile
[INFO] | | +- commons-httpclient:commons-httpclient:jar:3.1:compile
[INFO] | | | \- commons-codec:commons-codec:jar:1.2:compile
[INFO] | | +- org.springframework:spring-webmvc:jar:2.5.6:compile
[INFO] | | | +- org.springframework:spring-beans:jar:2.5.6:compile
[INFO] | | | +- org.springframework:spring-context:jar:2.5.6:compile
[INFO] | | | | \- aopalliance:aopalliance:jar:1.0:compile
[INFO] | | | +- org.springframework:spring-context-support:jar:2.5.6:compile
[INFO] | | | \- org.springframework:spring-web:jar:2.5.6:compile
[INFO] | | \- com.sun.xml.bind:jaxb-impl:jar:2.1.8:runtime
[INFO] | | \- javax.xml.bind:jaxb-api:jar:2.1:runtime
[INFO] | | +- javax.xml.stream:stax-api:jar:1.0-2:runtime
[INFO] | | \- javax.activation:activation:jar:1.1:runtime
[INFO] | +- fr.a.n:n-api:jar:1.0.0-SNAPSHOT:compile
[INFO] | | \- fr.a.c:c-api:jar:1.0.0-SNAPSHOT:compile
[INFO] | +- xpp3:xpp3_min:jar:1.1.4c:compile
[INFO] | +- com.lowagie:itext:jar:2.1.3:compile
[INFO] | +- joda-time:joda-time:jar:1.6:compile
[INFO] | +- javolution:javolution:jar:5.3.1:compile
[INFO] | \- com.thoughtworks.xstream:xstream:jar:1.3.1:compile
[INFO] +- fr.a.n:e:jar:1.0.0-SNAPSHOT:compile
[INFO] +- org.springframework:spring-core:jar:2.5.6:compile
[INFO] | \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] +- org.codehaus.groovy:groovy-all:jar:1.6.0:compile
[INFO] +- com.ibm.icu:icu4j:jar:4.0.1:compile
[INFO] +- com.jgoodies:forms:jar:1.2.1:compile
[INFO] +- com.jgoodies:binding:jar:2.0.6:compile
[INFO] +- log4j:log4j:jar:1.2.15:compile
[INFO] +- org.apache.poi:openxml4j:jar:1.0-beta:compile
[INFO] +- dom4j:dom4j:jar:1.6.1:compile
[INFO] | \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] +- junit:junit:jar:4.4:test (scope not updated to compile)
[INFO] +- net.sf.jung:jung-api:jar:2.0:compile
[INFO] +- net.sf.jung:jung-io:jar:2.0:compile
[INFO] +- net.sf.jung:jung-graph-impl:jar:2.0:compile
[INFO] +- net.sf.jung:jung-visualization:jar:2.0:compile
[INFO] +- net.sf.jung:jung-jai:jar:2.0:compile
[INFO] +- net.sf.jung:jung-3d:jar:2.0:compile
[INFO] | +- java3d:vecmath:jar:1.3.1:compile
[INFO] | \- java3d:j3d-core:jar:1.3.1:compile
[INFO] +- net.sf.jung:jung-algorithms:jar:2.0:compile
[INFO] +- net.sourceforge.collections:collections-generic:jar:4.01:compile
[INFO] +- colt:colt:jar:1.2.0:compile
[INFO] | \- concurrent:concurrent:jar:1.3.4:compile
[INFO] +- stax:stax-api:jar:1.0.1:compile
[INFO] \- org.codehaus.woodstox:wstx-asl:jar:3.2.6:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Fri Apr 29 16:51:08 CEST 2011
[INFO] Final Memory: 11M/28M
[INFO] ------------------------------------------------------------------------ |
Partager