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
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
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
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
Dear all,
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.
[1]
http://www.sonatype.com/books/mvnref-book/reference/runnin
5 matches
Mail list logo