Architectural refactor: rename *-mojo.html report output to goal#986
Open
rohit-bhardwajj wants to merge 1 commit intoapache:masterfrom
Open
Architectural refactor: rename *-mojo.html report output to goal#986rohit-bhardwajj wants to merge 1 commit intoapache:masterfrom
rohit-bhardwajj wants to merge 1 commit intoapache:masterfrom
Conversation
… to *-goal.html across generation logic, integration tests, and documentation templates. Closes apache#949
Member
|
@rohit-bhardwajj good works - thanks .... @hboutemy eg. when we search, eg on Google We have a links to old files .... so need inform in some way search engines about such changes I think we should preserve old html files with content like: <html>
<head>
<meta http-equiv="refresh" content="0; URL=<new-file-name>" />
</head>
<html> |
Member
|
I love the idea of this PR |
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR refactors the plugin report output logic to align with Maven goal terminology—changing generated filenames from
*-mojo.htmlto*-goal.html.Scope of changes:
PluginReport.javaandPluginOverviewRenderer.javaverify.groovyfiles.aptsite templates to reflect new goal-based namingVerification:
mvn verifysuccessfullymvn -Prun-its verifywith all checks passingCloses #949
Contributed as part of Hacktoberfest 🎉
✅ I hereby declare this contribution to be licensed under the Apache License Version 2.0, January 2004