[ https://issues.apache.org/jira/browse/DOXIASITETOOLS-223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17042447#comment-17042447 ]
Herve Boutemy edited comment on DOXIASITETOOLS-223 at 2/22/20 8:31 AM: ----------------------------------------------------------------------- [~michael-o] that's what you're dreaming of, Michael, but that's not the reality, sorry even if we don't advertise on this fact, as discussed in past years, like for example https://github.com/apache/maven-site/pull/72 and a few other places that I can't find easily but I remember this topic popping up regularly, and having explanation about removing this constraint in early Maven 2 days because it was too strict for some real world use cases, and was seen like Central being not open enough... was (Author: hboutemy): [~michael-o] that's what you're dreaming of, Michael, but that's not the truth, sorry (even if we don't advertise on this fact, as discussed in past years, like for example https://github.com/apache/maven-site/pull/72 > 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)