« Return to Thread: What can possibly go wrong with Maven

Re: What can possibly go wrong with Maven

by mihobson :: Rate this Message:

Reply to Author | View in Thread

On 05/09/2007, Jörg Schaible <joerg.schaible@...> wrote:

> 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] ------------------------------------------------------------------------

Also see dependency:tree under MDEP-100.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...

 « Return to Thread: What can possibly go wrong with Maven