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/java-team/fop/commit/f9ae8952bf7bc0e063a13d04461793cd6c39360a 3. build the doc to be continued On Mon, Nov 12, 2018 at 1:00 PM Mathieu Malaterre <ma...@debian.org> wrote: > > 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 > @@ -4,7 +4,7 @@ > <groupId>org.apache.xmlgraphics</groupId> > <artifactId>fop-servlet</artifactId> > <version>2.3</version> > - <packaging>war</packaging> > + <packaging>jar</packaging> > <parent> > <groupId>org.apache.xmlgraphics</groupId> > <artifactId>fop-parent</artifactId> > > Thanks