Re: maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Alexander Kriegisch
Hallo Ryan. I would have expected the shaded package names here. Or did you forget to shade the sources, too? Do you want the ASM stuff included in the Javadocs anyway? I think for a question like this there are too many variables to do anything but speculate. Therefore, a minimal reproducer

long running threads from shade-plugin recently updated dep jdom2

2022-04-20 Thread Delany
Hi My build was taking unusually long (28m vs 9m) and it seemed to stall installing all artefacts at the end, so I pressed ctrl+\ to create a JVM profile and I noticed this long running thread. Any comments? "mvn-builder-artifactcommandline" #25 prio=5 os_prio=0 cpu=1302760.01ms elapsed=1412.09s

maven-javadoc-plugin using Java modules, and a shaded artifact with relocated classes

2022-04-20 Thread Ryan Lubke
Hey folks, I've been banging my head against an issue with generating javadocs for a module I'm working on. The module shades and relocates ASM into the final result - this is fine. However, when attempting to generate the javadocs for this, it fails with: (package org.objectweb.asm is declared

[ANN] Apache Maven Reporting API version 4.0.0-M1 released

2022-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Reporting API version 4.0.0-M1. https://maven.apache.org/shared/maven-reporting-api/ Release Notes - Maven Shared Components - Version maven-reporting-api-4.0.0-M1 ** Dependency upgrade * [MSHARED-1052] - Upgrade to

[ANN] Maven Javadoc Plugin 3.4.0 released

2022-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Javadoc Plugin, version 3.4.0. This module generates browsable HTML pages from Java source code. https://maven.apache.org/plugins/maven-javadoc-plugin/ You should specify the version in your project's plugin configuration:

[ANN] Maven Site Plugin 3.12.0 released

2022-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Site Plugin, version 3.12.0. https://maven.apache.org/plugins/maven-site-plugin/ Release Notes - Maven Site Plugin - Version 3.12.0 ** Bug * [MSITE-857] - Jetty engine fails to resolve web.xml DTD behind corporate

[ANN] Maven Resolver 1.8.0 released

2022-04-20 Thread Michael Osipov
The Apache Maven team is pleased to announce the release of the Maven Resolver version 1.8.0. https://maven.apache.org/resolver/ Release Notes - Maven Resolver - Version 1.8.0 ** Bug * [MRESOLVER-241] - Resolver checksum calculation should be driven by layout * [MRESOLVER-242] - When

RE: Determine Maven Dependencies after a build

2022-04-20 Thread Creager, Greg
Great link, thanks you so much From: Shipp, Scott Sent: Tuesday, April 19, 2022 8:55 AM To: Maven Users List Subject: Re: Determine Maven Dependencies after a build I also wanted to add that there is a reproducible builds guide at