Miguel Telleria de Esteban <mig...@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 (r...@debian.org)               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to debian-java-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aaebq3pg....@windlord.stanford.edu

Reply via email to