Author: michaelo
Date: Sun Dec 22 14:46:28 2013
New Revision: 891470

Log:
Add a redirect for the Maven JXR plugin.

Modified:
    websites/production/maven/content/.htaccess

Modified: websites/production/maven/content/.htaccess
==============================================================================
--- websites/production/maven/content/.htaccess (original)
+++ websites/production/maven/content/.htaccess Sun Dec 22 14:46:28 2013
@@ -60,6 +60,7 @@ RedirectMatch permanent ^/plugins/maven-
 RedirectMatch permanent ^/plugins/maven-plugin-plugin/(.*)$ 
http://maven.apache.org/plugin-tools/maven-plugin-plugin/$1
 RedirectMatch permanent ^/plugins/maven-failsafe-plugin/(.*)$ 
http://maven.apache.org/surefire/maven-failsafe-plugin/$1
 RedirectMatch permanent ^/plugins/maven-release-plugin/(.*)$ 
http://maven.apache.org/maven-release/maven-release-plugin/$1
+RedirectMatch permanent ^/plugins/maven-jxr-plugin/(.*)$ 
http://maven.apache.org/jxr/maven-jxr-plugin/$1
 RedirectMatch permanent ^/plugins/maven-surefire-plugin/(.*)$ 
http://maven.apache.org/surefire/maven-surefire-plugin/$1
 RedirectMatch permanent ^/plugins/maven-surefire-report-plugin/(.*)$ 
http://maven.apache.org/surefire/maven-surefire-report-plugin/$1
 RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1


Reply via email to