Re: PDFsam, Maven and transitive dependencies

2017-09-15 Thread Emmanuel Bourg
Le 15/09/2017 à 23:29, Markus Koschany a écrit : > Yes! That's it. I needed the patch for the previous version to work > around a bug and Maven gladly accepted it. It turned out I could safely > remove it now. Great! And I uploaded a fix for the plexus-compiler warnings too. Emmanuel Bourg

Re: PDFsam, Maven and transitive dependencies

2017-09-15 Thread Markus Koschany
Am 15.09.2017 um 22:12 schrieb Emmanuel Bourg: > Le 15/09/2017 à 21:30, Markus Koschany a écrit : > >> Any ideas what is going on here? > > In debug mode Maven displays this: > > [WARNING] The POM for org.sejda:sejda-sambox:jar:debian is invalid, > transitive dependencies (if any) will not be av

Re: PDFsam, Maven and transitive dependencies

2017-09-15 Thread Emmanuel Bourg
Le 15/09/2017 à 21:30, Markus Koschany a écrit : > Any ideas what is going on here? In debug mode Maven displays this: [WARNING] The POM for org.sejda:sejda-sambox:jar:debian is invalid, transitive dependencies (if any) will not be available: 1 problem was encountered while building the effectiv

Re: PDFsam, Maven and transitive dependencies

2017-09-15 Thread Emmanuel Bourg
Le 15/09/2017 à 21:30, Markus Koschany a écrit : > Any ideas what is going on here? By the way what is the best way to pass > the -X (debug) flag to dh_auto_build? I'll get a look. To enable the debugging I usually call "dh_auto_build -- -X package -DskipTests" in the override_dh_auto_build targe