RE: enabling logging

2007-01-11 Thread Nir Feldman
Just run mvn -X -Original Message- From: Dmitry Beransky [mailto:[EMAIL PROTECTED] Sent: Thursday, January 11, 2007 6:22 PM To: Maven Users List Subject: enabling logging Hi, How can I enable debug level logging for maven's plugins. I'd like to see what goes on before this exception

RE: executing junit (integration) tests against a different project

2006-11-27 Thread Nir Feldman
You may change the testSourceDirectory in the surefire plugin to point to the source directory of the other project in case you can achive a relative path to it (e.g. ${basedir}/../../OTHER_PROJECT_NAME/src/test/java ) Nir -Original Message- From: Nathan Coast [mailto:[EMAIL PROTECTED]

RE: executing junit (integration) tests against a different project

2006-11-27 Thread Nir Feldman
solution. cheers Nathan Nir Feldman wrote: You may change the testSourceDirectory in the surefire plugin to point to the source directory of the other project in case you can achive a relative path to it (e.g. ${basedir}/../../OTHER_PROJECT_NAME/src/test/java ) Nir -Original Message

Reports aggregation In a multi module project

2006-11-26 Thread Nir Feldman
children modules have finished. Thanks, Nir Feldman, CCM RD, [EMAIL PROTECTED] direct +972-3-5399896 fax +972-3-5331617 19 Shabazi St., Yehud, Israel 56100 MERCURY Business Technology Optimization www.mercury.com http://www.mercury.com

activating multiple profiles

2006-10-14 Thread Nir Feldman
Can I activate multiple profiles from command line? I have tried writing: mvn help:active-profiles -P all -P noTests but only the all profile was active. Thanks, Nir Feldman, CCM RD, [EMAIL PROTECTED] direct +972-3-5399896 fax +972-3-5331617 19 Shabazi St., Yehud, Israel 56100 MERCURY

Using modules in profiles

2006-10-12 Thread Nir Feldman
/modules /profile /profiles /project The expected behavior is: When running the project with no profile a and b will be built. When running the project with profile1 profile only a will be built. How can this behavior be achieved? Thanks, Nir Feldman