slawekjaranowski commented on PR #986:
URL: 
https://github.com/apache/maven-plugin-tools/pull/986#issuecomment-3377179867

   @rohit-bhardwajj good works - thanks ....
   
   @hboutemy 
   But now I think that it is a good idea to change file names we need a same 
way to preserve old files with redirect to new one.
   
   eg. when we search, eg on Google
   
   ```
   maven plugin surefire test
   maven plugin version set
   ```
   
   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
   <html>
     <head>
      <meta http-equiv="refresh" content="0; URL=<new-file-name>" />    
     </head>
   <html>
   ```
   
   


-- 
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]

Reply via email to