fop is building (was Re: maven-war-plugin: war in pom ?)

2018-11-12 Thread Mathieu Malaterre
Hi all, So finally manage to get past mvn building hell, and fop is finally building. Remaining open task: 1. confirm s/war/jar/ is an acceptable solution: -> https://salsa.debian.org/java-team/fop/commit/10ce08a2d71d0eee6a0e04f62acaae3e22129b5b 2. build the tests: -> https://salsa.debian.org/j

Re: Maven: Skip compilation of source file is artifactId missing

2018-11-12 Thread Emmanuel Bourg
Le 12/11/2018 à 16:46, Mathieu Malaterre a écrit : > When building fop, I'd like to skip building the following source file: > > ./fop-core/src/main/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java Try this: https://stackoverflow.com/questions/17920920/maven-excluding-java-file

Maven: Skip compilation of source file is artifactId missing

2018-11-12 Thread Mathieu Malaterre
Hi there, When building fop, I'd like to skip building the following source file: ./fop-core/src/main/java/org/apache/fop/util/bitmap/JAIMonochromeBitmapConverter.java Back in the old 'ant' days, this was done by upstream with: build.xml: Since debian does not ship jai-core/jai-imageio-cor

Re: maven-war-plugin: war in pom ?

2018-11-12 Thread Emmanuel Bourg
Le 12/11/2018 à 13:00, Mathieu Malaterre a écrit : > Do you believe this is the correct patch: > > https://salsa.debian.org/java-team/fop/commit/9eb16e6f7b3fc024147b8eeba2b0a9d2d243e463 I think you can even ignore this module, I doubt it's really used. Emmanuel Bourg

maven-war-plugin: war in pom ?

2018-11-12 Thread Mathieu Malaterre
Hi Emmanuel, Do you believe this is the correct patch: https://salsa.debian.org/java-team/fop/commit/9eb16e6f7b3fc024147b8eeba2b0a9d2d243e463 For reference: diff --git a/fop-servlet/pom.xml b/fop-servlet/pom.xml index 609c479..46873fe 100644 --- a/fop-servlet/pom.xml +++ b/fop-servlet/pom.xml @