Re: Reference the classpath of all the maven dependencies

2005-01-02 Thread Julien Kirch
Hi maven.dependency.classpath holds the Ant |path| of all the dependent jar files listed in the |dependencies| block of the project you can use it in the classpath section of your class call : Randy Xu wrote: New to Maven (to ANT as well), In maven.xml I run a postgoal that runs a Java cl

Re: multiproject and eclipse again

2005-01-02 Thread Nadeem Bitar
Sorry about the mistakes in in my previous email, I wrote it at 3AM. Let me try to ask again in a clearer way. When using maven's multiproject plugin; I am able to setup a project in eclipse for each module under the /modules directory but I can't figure a way to create a project for the root folde

multiproject and eclipse again

2005-01-02 Thread Nadeem Bitar
My project's structure(see below) is inspired by the geronimo project. I am using the multiproject plugin with each supproject as a module. I tried using mevenide, eclipse-tools but I am still unable to have my project setup correctly inside eclipse. Whatever I tried, i failed to setup both the ro