I'd like to have the jboss-sar-maven-plugin [1] site redirect to the jboss-packaging-maven-plugin [2]. This was requested in MJBOSSPACK-12. What's the best way to handle the redirection? Since I don't have access to the apache config, should I use a .htaccess file or use a META tag in index.html?

If it doesn't matter to anyone, I'll try adding a .htaccess file to do the 
redirect.

[1] http://mojo.codehaus.org/jboss-sar-maven-plugin/
[2] http://mojo.codehaus.org/jboss-packaging-maven-plugin/

Benjamin Bentmann wrote:
Hi,

today on #maven IRC Grégory Joseph (gjoseph) raised the following question:

just a quickie - there's still this page ( http://mojo.codehaus.org/jasperreports-maven-plugin/howto.html ) online, which is still referenced by google ( http://www.google.com/search?q=site:mojo.codehaus.org+jasperreport ) even though that page isn't generated by the build anymore - can anyone do something about this ?

Of course, outdated pages like these aren't really helpful to not say confusing for the user, i.e. it's surely a good idea to eventually remove these.

Just as a general info, each Mojo committer is able to cleanup a plugin site. All it takes is some WebDAV client to log into
  https://dav.codehaus.org/mojo/
as given by ${project.distributionManagement.site} of the Mojo parent POM. DAVExplorer [0] is a Java-based WebDAV client that is known to work.

Apparently, hunting down individual pages that are outdated is quite cumbersome. For this reason, I suggest we keep this in mind when doing releases and just delete the entire plugin site before running "mvn site-deploy" in case the release manager spots evidence of orphaned documents.


Benjamin


[0] http://www.davexplorer.org/

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email




---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to