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

[jira] [Updated] (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:all-tabpanel ]

Herve Boutemy updated DOXIASITETOOLS-223:
-----------------------------------------
    Description: 
{noformat}[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){noformat}

It looks like that should be   javax.media:jai_core:jar:1.1.3 (that is, hyphen --> underscore)

  was:
[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)


> 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
>
> {noformat}[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){noformat}
> 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)