You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/03/29 21:02:38 UTC

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

Author: hboutemy
Date: Mon Mar 29 19:02:38 2010
New Revision: 928870

URL: http://svn.apache.org/viewvc?rev=928870&view=rev
Log:
added redirect for maven-archetype-plugin

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

Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=928870&r1=928869&r2=928870&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Mon Mar 29 19:02:38 2010
@@ -19,7 +19,6 @@ Redirect Permanent /plugins/maven-checks
 RedirectMatch ^/maven2/(.*)$ /$1
 RedirectMatch ^/reference/(.*)$ /maven-1.x/reference/$1
 RedirectMatch ^/maven-1.x/reference/plugins/(.*)$ /maven-1.x/plugins/$1
-RedirectMatch ^/maven-archetype/(.*)$ /archetype/$1
 RedirectMatch ^/maven-model/(.*)$ /ref/2.0.8/maven-model/$1
 RedirectMatch ^/maven-settings/(.*)$ /ref/2.0.8/maven-settings/$1
 RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /maven-1.x/plugins/$1
@@ -27,6 +26,8 @@ RedirectMatch ^/maven-1.x/plugins-sandbo
 RedirectMatch permanent ^/repository-manager/(.*)$ http://archiva.apache.org/$1
 RedirectMatch permanent ^/archiva(.*)$ http://archiva.apache.org$1
 RedirectMatch permanent ^/continuum(.*)$ http://continuum.apache.org$1
+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-clover-plugin/([^2i].+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1