Re: Verbose mvn output ?

2018-11-09 Thread Mathieu Malaterre
On Fri, Nov 9, 2018 at 6:42 PM Mathieu Malaterre wrote: > > On Fri, Nov 9, 2018 at 5:28 PM Emmanuel Bourg wrote: > > > > Le 09/11/2018 à 16:46, Mathieu Malaterre a écrit : > > > > > Odd, this is even worse: > > > > > > [INFO] > > >

Re: Verbose mvn output ?

2018-11-09 Thread Mathieu Malaterre
On Fri, Nov 9, 2018 at 5:28 PM Emmanuel Bourg wrote: > > Le 09/11/2018 à 16:46, Mathieu Malaterre a écrit : > > > Odd, this is even worse: > > > > [INFO] > > > > [ERROR] Unknown lifecycle phase "libfop-java". > > Because 'li

Re: Verbose mvn output ?

2018-11-09 Thread Emmanuel Bourg
Le 09/11/2018 à 16:46, Mathieu Malaterre a écrit : > Odd, this is even worse: > > [INFO] > > [ERROR] Unknown lifecycle phase "libfop-java". Because 'libfop-java' doesn't go on the Maven command line ;) What version of qdo

Re: Verbose mvn output ?

2018-11-09 Thread Mathieu Malaterre
On Fri, Nov 9, 2018 at 4:22 PM Emmanuel Bourg wrote: > > Le 09/11/2018 à 16:16, Mathieu Malaterre a écrit : > > > Odd, this does not seems to work for me: > > > > https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules > > Sorry I forgot "--", it's "dh_auto_build -- -X package -DskipTests

Re: Verbose mvn output ?

2018-11-09 Thread Emmanuel Bourg
Le 09/11/2018 à 16:16, Mathieu Malaterre a écrit : > Odd, this does not seems to work for me: > > https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules Sorry I forgot "--", it's "dh_auto_build -- -X package -DskipTests", > Right. That is also my guess but since I fail to understand

Re: Verbose mvn output ?

2018-11-09 Thread Mathieu Malaterre
Salut Emmanuel, On Fri, Nov 9, 2018 at 4:00 PM Emmanuel Bourg wrote: > > Hi Mathieu, > > Le 09/11/2018 à 15:48, Mathieu Malaterre a écrit : > > > What do I need to tweak to get a verbose mvn output in: > > > > https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules > > Maven has a '-X/--

Re: Verbose mvn output ?

2018-11-09 Thread Emmanuel Bourg
Hi Mathieu, Le 09/11/2018 à 15:48, Mathieu Malaterre a écrit : > What do I need to tweak to get a verbose mvn output in: > > https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules Maven has a '-X/--debug' option to enable a very verbose mode. You can enable it by adding this to debian

Re: Verbose mvn output ?

2018-11-09 Thread Markus Koschany
Am 09.11.18 um 15:48 schrieb Mathieu Malaterre: > Hi there, > > What do I need to tweak to get a verbose mvn output in: > > https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules You can override dh_auto_build like that override_dh_auto_build: dh_auto_build -- -X package sig

Verbose mvn output ?

2018-11-09 Thread Mathieu Malaterre
Hi there, What do I need to tweak to get a verbose mvn output in: https://salsa.debian.org/java-team/fop/blob/wip-2.3/debian/rules Currently it fails with a mysterious: ... [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.0:compile (default-compile) on project f