stoicflame / enunciate

Build-time enhancement tool for Java-based Web services projects
http://enunciate.webcohesion.com/
Other
480 stars 201 forks source link

Issue #1118: update maven-reporting-api to version 3.1.0 #1118

Closed fhm84 closed 2 years ago

fhm84 commented 2 years ago

As of February 2022 there is a new version of the maven-reporting-api released, what is implemented by latest maven-site plugin. To be able to also keep the maven plugins up to date within our projects, it would be very helpful to update the maven-reporting-api dependency version to (at least) 3.1.0. Because the main difference is just an updated dependency (org.codehause.doxia -> org.apache.maven.doxia), the fix is simply adapting the related import statement. (I could directly provide a PR). The only question left is: how to go ahead with adaptions like this? Because this way you would have to update your maven-site-plugin used to version >= 3.11.0