This is great, thanks for reminding me of this. I had forgotten about it, after having used it a few years ago to debug something in a complex project. At first, I wondered why the HTML report goal was not available, but it was soon clear that I still had this in my settings.xml:
<pluginGroups> <pluginGroup>fr.jcgay.maven.plugins</pluginGroup> <pluginGroup>org.sonatype.plugins</pluginGroup> </pluginGroups> fr.jcgay.maven.plugins being the old group ID. After updating this to <pluginGroups> <pluginGroup>org.codehaus.mojo</pluginGroup> <pluginGroup>org.sonatype.plugins</pluginGroup> </pluginGroups> everything is fine. Just in case, someone else also forgot to update their settings... -- Alexander Kriegisch https://scrum-master.de Nils Breunese schrieb am 22.12.2023 01:51 (GMT +07:00): > Maybe the BuildPlan Maven Plugin [0] can provide interesting insights? > > [0] https://www.mojohaus.org/buildplan-maven-plugin/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org