Author: olamy
Date: Tue Dec 11 14:07:23 2012
New Revision: 1420178

URL: http://svn.apache.org/viewvc?rev=1420178&view=rev
Log:
test surefire redirect

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=1420178&r1=1420177&r2=1420178&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Tue Dec 11 14:07:23 
2012
@@ -57,6 +57,7 @@ RedirectMatch permanent ^/plugins/maven-
 #RedirectMatch permanent ^/plugins/maven-failsafe-plugin/(.*)$ 
http://maven.apache.org/surefire/maven-failsafe-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 ^/surefire(.*)$ 
http://maven.apache.org/surefires/surefire$1
 RedirectMatch permanent ^/shared/maven-plugin-testing-harness/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/$1
 RedirectMatch permanent ^/shared/maven-plugin-testing-tools/(.*)$ 
http://maven.apache.org/plugin-testing/maven-plugin-testing-tools/$1
 RedirectMatch permanent ^/shared/maven-plugin-tools/(.*)$ 
http://maven.apache.org/plugin-tools/$1
@@ -70,4 +71,4 @@ RedirectMatch ^/plugins/maven-site-plugi
 
 Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html 
http://maven.apache.org/guides/development/guide-testing-development-plugins.html
 
-Redirect Permanent /guides/mini/guide-apt-format.html 
http://maven.apache.org/doxia/references/apt-format.html
+Redirect Permanent /guides/mini/guide-apt-format.html 
http://maven.apache.org/doxia/references/apt-format.html
\ No newline at end of file


Reply via email to