Hi, can anyone tell me, why the parameter "skip" is set to false for the maven-surefire-plugin in most of the Axis2 pom files?
In other words: Why do you intentionally take any possibility to omit the tests from me? For those who do not know: The Maven 2 default is to execute tests, unless I specify a command line parameter "-Dmaven.test.skip=true". This behaviour makes perfect sense to me. It means, that I *should* run the tests, but I *may* omit them. In my case (I am interested in fixing an issue in one of the Maven 2 plugins) this is exactly what I want, in particular, because the test suite fails. However, the POM settings override my command line setting: I cannot omit running the tests. That's an onvious nonsense to me: The command line should always have top priority. Jochen -- Women have the ability to wind you round their little finger. Daughters can use all of the fingers together. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
