[
https://issues.apache.org/jira/browse/BATIK-1194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16088941#comment-16088941
]
Mark A. Greenwood commented on BATIK-1194:
------------------------------------------
I was specifically trying to include batik all as I wasn't quite sure which
bits I'd need. The problem certainly still exists in the repo you pointed to in
your first reply. If you look at the batik-all pom at
https://repository.apache.org/content/repositories/releases/org/apache/xmlgraphics/batik-all/1.9/batik-all-1.9.pom
it quite clearly includes the parent reference
<parent>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik</artifactId>
<version>1.9</version>
</parent>
and no version of that artifact exists in your repo, i.e. you get a 404 if you
visit
https://repository.apache.org/content/repositories/releases/org/apache/xmlgraphics/batik/
so I'm fairly certain it isn't a problem with a mirror. Having said that I see
in your repo that most of the other artifacts don't declare a parent, although
I could have sworn they did last week when I first looked, so maybe it's only
batik-all that's broken.
> Maven artifacts broken since 1.9
> --------------------------------
>
> Key: BATIK-1194
> URL: https://issues.apache.org/jira/browse/BATIK-1194
> Project: Batik
> Issue Type: Bug
> Affects Versions: 1.9
> Reporter: Mark A. Greenwood
> Priority: Blocker
> Labels: easyfix, maven
>
> All the maven artifacts associated with the 1.9 release are broken as they
> all refer to a parent pom org.apache.xmlgraphics:batik:1.9 which does not
> exist in any maven repository and so dependency resolution fails when any
> batik artifact is listed as a dependency in any project.
> This issue seems to have already been reported (see
> https://issues.apache.org/jira/browse/BATIK-1192) but for some reason was
> marked as closed even though the issue still exists. If the issue had been
> fixed then the following URL would not return a 404 response
> https://repository.apache.org/content/repositories/releases/org/apache/xmlgraphics/batik/
> The parent pom file does exist in the source distribution
> (http://apache.mirrors.nublue.co.uk/xmlgraphics/batik/source/) so it should
> be trivial to push this into the apache maven repo (which would then also fix
> maven central as I believe this is synced automatically).
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]