You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Elliotte Rusty Harold (Jira)" <ji...@apache.org> on 2020/02/20 12:44:00 UTC

[jira] [Comment Edited] (DOXIASITETOOLS-223) wrong coordinates for jai_core: hyphen should be underscore

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

Elliotte Rusty Harold edited comment on DOXIASITETOOLS-223 at 2/20/20 12:43 PM:
--------------------------------------------------------------------------------

Error is in [http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop-core/pom.xml]

 

<dependency> <groupId>javax.media</groupId> <artifactId>jai-core</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency>

 

should be

 

<dependency> <groupId>javax.media</groupId> <artifactId>jai_core</artifactId> <version>1.1.3</version> <scope>compile</scope> </dependency>


was (Author: elharo):
Error is in view-source:[http://svn.apache.org/repos/asf/xmlgraphics/fop/trunk/fop-core/pom.xml]

 

<dependency>  <groupId>javax.media</groupId>  <artifactId>jai-core</artifactId>  <version>1.1.3</version>  <scope>compile</scope>  </dependency>

 

should be

 

<dependency>  <groupId>javax.media</groupId>  <artifactId>jai_core</artifactId>  <version>1.1.3</version>  <scope>compile</scope>  </dependency>

> wrong coordinates for jai_core: hyphen should be underscore
> -----------------------------------------------------------
>
>                 Key: DOXIASITETOOLS-223
>                 URL: https://issues.apache.org/jira/browse/DOXIASITETOOLS-223
>             Project: Maven Doxia Sitetools
>          Issue Type: Bug
>            Reporter: Elliotte Rusty Harold
>            Priority: Major
>
> [INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ doxia-doc-renderer ---
> [WARNING] Failure to find javax.media:jai-core:jar:1.1.3 in https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced
> Try downloading the file manually from the project website.
> Then, install it using the command:
>     mvn install:install-file -DgroupId=javax.media -DartifactId=jai-core -Dversion=1.1.3 -Dpackaging=jar -Dfile=/path/to/file
> Alternatively, if you host your own repository you can deploy the file there:
>     mvn deploy:deploy-file -DgroupId=javax.media -DartifactId=jai-core -Dversion=1.1.3 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
> Path to dependency:
>     1) org.apache.maven.doxia:doxia-doc-renderer:jar:1.9.3-SNAPSHOT
>     2) org.apache.maven.doxia:doxia-module-fo:jar:1.9.1
>     3) org.apache.xmlgraphics:fop:jar:2.4
>     4) org.apache.xmlgraphics:fop-core:jar:2.4
>     5) javax.media:jai-core:jar:1.1.3
>   javax.media:jai-core:jar:1.1.3
> from the specified remote repositories:
>   apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true),
>   central (https://repo.maven.apache.org/maven2, releases=true, snapshots=false)
> It looks like that should be   javax.media:jai_core:jar:1.1.3 (that is, hyphen --> underscore)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)