Hi there,

using Maven to configureApache FOP these days is a bit of a pain.

I use the following to configure FOP in my pom.xml:

<!-- https://mvnrepository.com/artifact/org.apache.xmlgraphics/fop -->
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>fop</artifactId>
    <version>2.7</version>
</dependency>

Since v2.5 only the runtime is available.

Last Version with source attached was v2.4.
It would be nice if someone could fix this.

All the best,
Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to