Hmm, tried again and was able to reproduce in my client but not in a new client on the same laptop. So probably something wonky in that particular checkout, though how it would produce that failure I don't know.
OTOH now I see this error in the new and old client: [INFO] [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) On Wed, Feb 19, 2020 at 4:44 PM Hervé BOUTEMY <[email protected]> wrote: > > I don't know how you get this error, I can't reproduce and ASF Jenkins can't > reproduce either: > https://builds.apache.org/view/M-R/view/Maven/job/maven-box/job/maven-doxia-sitetools/job/master/ > > Regards, > > Hervé > > Le mercredi 19 février 2020, 21:21:22 CET Elliotte Rusty Harold a écrit : > > There' at least one failing test at HEAD: > > > > [INFO] Results: > > [INFO] > > [ERROR] Failures: > > [ERROR] DefaultSiteRendererTest.testRender:175->verifyHeadPage:328 > > Unexpected value found for generator meta entry in generated resource > > target/output/head.html expected:<... Doxia Site Renderer[]> but > > was:<... Doxia Site Renderer[ 1.9.3-SNAPSHOT]> > > [INFO] > > [ERROR] Tests run: 8, Failures: 1, Errors: 0, Skipped: 0 > > [INFO] > > > > I don't think I get a binding vote, but I'd suggest fixing this before > > releasing. A PR is here that assumes the test is broken and not the > > model code: > > > > https://github.com/apache/maven-doxia-sitetools/pull/13 > > > > The difference is simply a version number for the plugin in some HTML > > metadata. > > On Wed, Feb 19, 2020 at 2:13 AM Hervé BOUTEMY <[email protected]> wrote: > > > Hi, > > > > > > We solved 5 issues: > > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317320& > > > version=12345961&styleName=Text > > > > > > Staging repo: > > > https://repository.apache.org/content/repositories/maven-1552/ > > > https://repository.apache.org/content/repositories/maven-1552/org/apache/m > > > aven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2-source-release.zip > > > > > > Source release checksum(s): > > > doxia-sitetools-1.9.2-source-release.zip sha512: > > > 23ad72b6e7f1830aa70c5844a06a64960412ed1c6ef22bb377d735323605469c100c44c37 > > > 0f4bf883647bc4411b1a033386dfe6771596ecde2c3f4a1b328b2a3 > > > > > > Staging site: > > > https://maven.apache.org/doxia/doxia-sitetools-archives/doxia-sitetools-LA > > > TEST/ > > > > > > Guide to testing staged releases: > > > https://maven.apache.org/guides/development/guide-testing-releases.html > > > > > > Vote open for at least 72 hours. > > > > > > [ ] +1 > > > [ ] +0 > > > [ ] -1 > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [email protected] > > > For additional commands, e-mail: [email protected] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Elliotte Rusty Harold [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
