Maven2 - setting in pom.xml

2008-03-01 Thread Filipe David Manana
only in the pom.xml. cheers -- Filipe David Manana, [EMAIL PROTECTED] Obvious facts are like secrets to those not trained to see them.

Maven2 Unit testing

2008-02-17 Thread Filipe David Manana
le in a computing center and without X11. I accept suggestions. cheers -- Filipe David Manana, [EMAIL PROTECTED] Obvious facts are like secrets to those not trained to see them.

Re: Maven2 dependencies

2008-01-10 Thread Filipe David Manana
> On Thu, 2008-01-10 at 21:42 +0100, Filipe David Manana wrote: > > Hi, > > > > is it possible to specify that a dependency is always needed for > > compilation, unit testing and plugin execution (jetty plugin) only? That > is, > > it should only not be include

Maven2 dependencies

2008-01-10 Thread Filipe David Manana
Hi, is it possible to specify that a dependency is always needed for compilation, unit testing and plugin execution (jetty plugin) only? That is, it should only not be included in my final WAR archive. If so, how can I do it? Thank you -- Filipe David Manana, [EMAIL PROTECTED] Obvious facts

Re: Maven2 build and package targets' classpath

2008-01-10 Thread Filipe David Manana
It works! :) Thank you. On 1/10/08, Simon Kitching <[EMAIL PROTECTED]> wrote: > > Filipe David Manana <[EMAIL PROTECTED]> schrieb: > > Hi, > > > > I want to add a JAR archive to the CLASSPATH for the targets > build/package. > > I don't wan

Maven2 build and package targets' classpath

2008-01-10 Thread Filipe David Manana
ackage" or "mvn compile" I get errors telling that the packages/classes defined in that JAR archive were not found in the classpath. How can I achieve this? Thank you. -- Filipe David Manana, [EMAIL PROTECTED] Obvious facts are like secrets to those not trained to see them.