[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



Miguel Telleria de Esteban <miguel@mtelleria.com> 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 supposed to be -DskipTests?  That's what works for
me with Maven.  For example, from one of our internal packages'
debian/rules:

override_dh_auto_build:
	mvn package -DskipTests

-- 
Russ Allbery (rra@debian.org)               <http://www.eyrie.org/~eagle/>


Reply to: