>>>>> Steinar Bang <[EMAIL PROTECTED]>: >>>>> "Olivier Lamy" <[EMAIL PROTECTED]>: >> In order to save your fingers :-), you can use -DskipTests (with >> surefire 2.4) This will compile test classes but not execute units.
> Thanx! In addition to saving my fingers from typing, it seems to have > the effect that I don't get the dependency failures. Hmno... it seems to be stuck in the same sink hole it gets stuck in, when I try using -Dmaven.test.failure.ignore. It gets a lot of compilation errors caused by missing symbols, and then the build just hangs. > So... I won't have to try out any of the workarounds I pondered during > lunch...:-) (either removing the <scope>test</scope> dependencies, or > locking maven-jar-plugin to version 2.1 in the top POM) Locking maven-jar-plugin to version 2.1 seems to be the least intrusive approach. I'll try that first. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
