Markus Karg created FOP-2255:
--------------------------------
Summary: FOP 1.1's POM file in Maven Central is wrong
Key: FOP-2255
URL: https://issues.apache.org/jira/browse/FOP-2255
Project: Fop
Issue Type: Bug
Affects Versions: 1.1
Environment: Maven 3
Reporter: Markus Karg
Priority: Blocker
When trying to use FOP 1.1 from Maven Central, this will fail due to the fact
that its POM file is wrong. It contains a reference to:
<dependency>
<groupId>org.apache.avalon.framework</groupId>
<artifactId>avalon-framework-api</artifactId>
<version>4.2.0</version>
</dependency>
In fact, this JAR exists, but it is not stored in the Group
org.apache.avalon.framework but simple in the group avalaon-framework. As a
result, it is impossible to use FOP 1.1 from Maven Central! :-(
I assume that the FOP Team uploaded this POM to Maven Central, so I ask you to
fix this POM ASAP. :-)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira