Mauro Talevi wrote:
> - Classloader problems: often difficult to debug them when artifacts are
> coming from different
> "transitive sources". Would be great to have a better way to display a
> trace of the dependency
> tree, without being swamped by all the non-dependency "noise". Maybe a
> new debug flag (different from -X and -e) would help here.
You mean something like this?
joehni@paddy ~/src/Codehaus/pico/java-2.x/nano/container-bsh $ mvn
info:deps-runtime
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'info'.
WAGON_VERSION: 1.0-beta-2
[INFO] ----------------------------------------------------------------------------
[INFO] Building NanoContainer bsh
[INFO] task-segment: [info:deps-runtime]
[INFO] ----------------------------------------------------------------------------
[INFO] [info:deps-runtime]
[INFO] org.nanocontainer:nanocontainer-bsh:jar:2.0-SNAPSHOT
[INFO] org.nanocontainer:nanocontainer:jar:2.0-SNAPSHOT
[INFO] : org.picocontainer:picocontainer:jar:2.0-SNAPSHOT
[INFO] : com.thoughtworks.paranamer:paranamer-asm:jar:1.0.1
[INFO] : com.thoughtworks.paranamer:paranamer:jar:1.0.1
[INFO] : asm:asm:jar:3.0
[INFO] org.beanshell:bsh:jar:2.0b4
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 5 seconds
[INFO] Finished at: Wed Sep 05 13:03:28 CEST 2007
[INFO] Final Memory: 3M/6M
[INFO] ------------------------------------------------------------------------
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail:
dev-unsubscribe@...
For additional commands, e-mail:
dev-help@...