You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by "Florian Schmedding (JIRA)" <ji...@apache.org> on 2019/06/14 09:35:00 UTC

[jira] [Commented] (BATIK-1192) Multiple Maven artifact broken since 1.9

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

Florian Schmedding commented on BATIK-1192:
-------------------------------------------

I ran into a similar issue recently and came across this report. It seems that there was a broken release of batik 1.9 that was changed afterwards. I had batik-css-1.9 referencing the parent pom batik-1.9. However, batik-1.9 is not available at http://repo1.maven.org/maven2/org/apache/xmlgraphics/. Instead, it looks like batik-css-1.9.pom was modified, published again, and does no longer reference the non-existing parent pom. Cleaning the local Maven repository and building again fixed the problem.

> Multiple Maven artifact broken since 1.9
> ----------------------------------------
>
>                 Key: BATIK-1192
>                 URL: https://issues.apache.org/jira/browse/BATIK-1192
>             Project: Batik
>          Issue Type: Bug
>    Affects Versions: 1.9
>            Reporter: CAILLET Frederic
>            Priority: Blocker
>
> I've recently updated a project to use FOP 2.2 which depends on Batik 1.9.
> Since this update, Maven fails to update the dependencies with the following error :
> {quote} Failed to collect dependencies at org.apache.xmlgraphics:fop:jar:2.2 -> org.apache.xmlgraphics:batik-svg-dom:jar:1.9: Failed to read artifact descriptor for org.apache.xmlgraphics:batik-svg-dom:jar:1.9: Could not find artifact org.apache.xmlgraphics:batik:pom:1.9{quote}
> It seems the POM of several Batik artifacts refers to a parent POM of Batik which does not exist in the maven repositories :
> {quote}<parent>
>  <groupId>org.apache.xmlgraphics</groupId>
>  <artifactId>batik</artifactId>
>  <version>1.9</version>
> </parent>{quote}
> The Batik artifacts currently referring to batik-1.9.pom are :
> batik-awt-util-1.9.pom
> batik-bridge-1.9.pom
> batik-ext-1.9.pom
> batik-extension-1.9.pom
> batik-gvt-1.9.pom
> batik-svg-dom-1.9.pom
> batik-transcoder-1.9.pom
> Thanks for your help.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: batik-dev-help@xmlgraphics.apache.org