You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2008/07/15 13:01:52 UTC

svn commit: r676867 - /maven/site/trunk/src/site/resources/.htaccess

Author: dennisl
Date: Tue Jul 15 04:01:51 2008
New Revision: 676867

URL: http://svn.apache.org/viewvc?rev=676867&view=rev
Log:
o Add redirects for old maven-checkstyle-plugin pages, so I can remove the pages from the server.

Modified:
    maven/site/trunk/src/site/resources/.htaccess

Modified: maven/site/trunk/src/site/resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/resources/.htaccess?rev=676867&r1=676866&r2=676867&view=diff
==============================================================================
--- maven/site/trunk/src/site/resources/.htaccess (original)
+++ maven/site/trunk/src/site/resources/.htaccess Tue Jul 15 04:01:51 2008
@@ -4,6 +4,10 @@
 Redirect Permanent /faq.html http://maven.apache.org/general.html
 Redirect Permanent /developers/release/pmc-release-process.html http://maven.apache.org/developers/release/releasing.html
 
+Redirect Permanent /plugins/maven-checkstyle-plugin/customize.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html
+Redirect Permanent /plugins/maven-checkstyle-plugin/howto.html http://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html
+Redirect Permanent /plugins/maven-checkstyle-plugin/tips.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html
+
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1