SOLVED (was Re: Unable to skip the test phase with maven-debian-helper 1.1)

2011-05-27 Thread Miguel Telleria de Esteban
Hello again, I discovered that, by mistake, inside the pom.xml (automatically patched from dpkg src 3.0 quilt system) I had added: false in the maven-surefire-plugin tag. It seems that this value takes precedence over maven.properties file and -Dmaven.test.skip cmdline argument. Anywa

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Ludovic Claude
Both maven.test.skip=true and skipTests=true will work, but maven.test.skip=true is probably better as the compiler plugin will not compile tests. If you want to be really sure that all plugins will ignore tests, put both properties in debian/maven.properties Ludovic On 24/05/2011 21:49, Russ Al

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Russ Allbery
Miguel Telleria de Esteban writes: > In the midst of my maven Debian learning phase I am struggling to > remove the test phase by passing the variable: > maven.test.skip = true > which is the way according to the documentation[1] to disable the test > phase. Are you sure this isn't suppo

Re: Unable to skip the test phase with maven-debian-helper 1.1

2011-05-24 Thread Torsten Werner
Hi Miguel, On Tue, May 24, 2011 at 8:03 PM, Miguel Telleria de Esteban wrote: > Now the question is how to pass this variable to the package build > process? just add a file debian/maven.properties with the contents maven.test.skip=true if you are using cdbs. Cheers, Torsten -- To UNSUBSCR