[jira] [Commented] (FOP-2255) FOP 1.1's POM file in Maven Central is wrong

2015-12-18 Thread simon steiner (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15064094#comment-15064094
 ] 

simon steiner commented on FOP-2255:


Should be fixed in fop 2.0

> 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:
> 
>   org.apache.avalon.framework
>   avalon-framework-api
>   4.2.0
> 
> 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 was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2255) FOP 1.1's POM file in Maven Central is wrong

2013-10-21 Thread Alban Seurat (JIRA)

[ 
https://issues.apache.org/jira/browse/FOP-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13800648#comment-13800648
 ] 

Alban Seurat commented on FOP-2255:
---

Meanwhile , you can use this pom dependencies to prevent your project to failed 
building:


org.apache.xmlgraphics
fop
1.1


org.apache.avalon.framework
avalon-framework-api


org.apache.avalon.framework
avalon-framework-impl




avalon-framework
avalon-framework-api
4.2.0


avalon-framework
avalon-framework-impl
4.2.0


> 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:
> 
>   org.apache.avalon.framework
>   avalon-framework-api
>   4.2.0
> 
> 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 was sent by Atlassian JIRA
(v6.1#6144)