Hi Basil, the first issue I see when using Maven 3.9.2:
[INFO] --- plugin:3.9.0:descriptor (default-descriptor) @ maven-hpi-plugin --- [WARNING] Artifact Ids of the format maven-___-plugin are reserved for plugins in the Group Id org.apache.maven.plugins Please change your artifactId to the format ___-maven-plugin In the future this error will break the build. Your Build *will* break in the next few versions. Kindly consider releasing a new major version with the name changed. The repository should be moved, too, if possible. Then, do not recommend "clean install". Most of the time, a plain "verify" should suffice. It will neither clutter your local repo nor lead to side effects, as "install" would. The goal "clean" is probably not necessary most of the times, except major dependency updates or inproper plugins leaving files behind. Your file ".mvn/jvm.config" is missing a line break at the end. Will look into more things later. Please make sure to clean up what I found so far. - Ben Am Fr., 23. Juni 2023 um 17:20 Uhr schrieb Basil Crow <m...@basilcrow.com>: > > I recently attempted to modernize the HPI plugin used in the Jenkins project: > > https://github.com/jenkinsci/maven-hpi-plugin > > This plugin has a Maven baseline of 3.8.1. I think I migrated all > usages away from deprecated functionality and onto the recommended > modern Maven functionality. > > If a Maven developer could audit this plugin and let me know if > anything else should be updated, I would be grateful. > > Thanks, > Basil > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org > For additional commands, e-mail: dev-h...@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h...@maven.apache.org