Author: hboutemy
Date: Tue Sep 30 20:58:42 2014
New Revision: 1628549

URL: http://svn.apache.org/r1628549
Log:
moved m-jxr-p redirection to plugins list that are part of a multi-module build

Modified:
    maven/site/trunk/content/filtered-resources/.htaccess

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1628549&r1=1628548&r2=1628549&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Tue Sep 30 20:58:42 
2014
@@ -21,7 +21,6 @@ Redirect Permanent /welcome-to-new-commi
 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
-Redirect Permanent /plugins/maven-jxr-plugin/ 
http://maven.apache.org/jxr/index.html
 
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1
@@ -45,10 +44,11 @@ RedirectMatch permanent ^/continuum(.*)$
 RedirectMatch permanent ^/maven-archetype/(.*)$ /archetype/$1
 RedirectMatch permanent ^/plugins/maven-archetype-plugin/(.*)$ 
http://maven.apache.org/archetype/maven-archetype-plugin/$1
 RedirectMatch permanent ^/plugins/maven-enforcer-plugin/(.*)$ 
http://maven.apache.org/enforcer/maven-enforcer-plugin/$1
-RedirectMatch permanent ^/plugins/maven-scm-plugin/(.*)$ 
http://maven.apache.org/scm/maven-scm-plugin/$1
-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-jxr-plugin/(.*)$ 
http://maven.apache.org/jxr/maven-jxr-plugin/$1
+RedirectMatch permanent ^/plugins/maven-plugin-plugin/(.*)$ 
http://maven.apache.org/plugin-tools/maven-plugin-plugin/$1
 RedirectMatch permanent ^/plugins/maven-release-plugin/(.*)$ 
http://maven.apache.org/maven-release/maven-release-plugin/$1
+RedirectMatch permanent ^/plugins/maven-scm-plugin/(.*)$ 
http://maven.apache.org/scm/maven-scm-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