You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/12/12 18:52:16 UTC

svn commit: r1420886 - /maven/site/trunk/content/filtered-resources/.htaccess

Author: olamy
Date: Wed Dec 12 17:52:14 2012
New Revision: 1420886

URL: http://svn.apache.org/viewvc?rev=1420886&view=rev
Log:
redirect not anymore needed

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=1420886&r1=1420885&r2=1420886&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Wed Dec 12 17:52:14 2012
@@ -52,7 +52,6 @@ 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 ^/maven-release/(.*)$ http://maven.apache.org/release/maven-release/$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