rohit-bhardwajj opened a new pull request, #986: URL: https://github.com/apache/maven-plugin-tools/pull/986
This PR refactors the plugin report output logic to align with Maven goal terminology—changing generated filenames from `*-mojo.html` to `*-goal.html`. **Scope of changes:** - Updated output filename logic in `PluginReport.java` and `PluginOverviewRenderer.java` - Adjusted integration test assertions across multiple `verify.groovy` files - Revised `.apt` site templates to reflect new goal-based naming - Ensured legacy references to "Mojo" remain where conceptually relevant **Verification:** - Ran `mvn verify` successfully - Ran integration tests via `mvn -Prun-its verify` with all checks passing Closes #949 Contributed as part of Hacktoberfest 🎉 --- ✅ I hereby declare this contribution to be licensed under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
