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 2011/07/11 00:00:20 UTC

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

Author: hboutemy
Date: Sun Jul 10 22:00:19 2011
New Revision: 1144973

URL: http://svn.apache.org/viewvc?rev=1144973&view=rev
Log:
added redirect for every core module

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=1144973&r1=1144972&r2=1144973&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Sun Jul 10 22:00:19 2011
@@ -21,8 +21,29 @@ 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-aether-provider/(.*)$ /ref/${currentStableVersion}/maven-aether-provider/$1
+RedirectMatch ^/maven-artifact/(.*)$ /ref/${currentStableVersion}/maven-artifact/$1
+RedirectMatch ^/maven-compat/(.*)$ /ref/${currentStableVersion}/maven-compat/$1
+RedirectMatch ^/maven-core/(.*)$ /ref/${currentStableVersion}/maven-core/$1
+RedirectMatch ^/maven-embedder/(.*)$ /ref/${currentStableVersion}/maven-embedder/$1
 RedirectMatch ^/maven-model/(.*)$ /ref/${currentStableVersion}/maven-model/$1
+RedirectMatch ^/maven-model-builder/(.*)$ /ref/${currentStableVersion}/maven-model-builder/$1
+RedirectMatch ^/maven-plugin-api/(.*)$ /ref/${currentStableVersion}/maven-plugin-api/$1
+RedirectMatch ^/maven-repository-metadata/(.*)$ /ref/${currentStableVersion}/maven-repository-metadata/$1
 RedirectMatch ^/maven-settings/(.*)$ /ref/${currentStableVersion}/maven-settings/$1
+RedirectMatch ^/maven-settings-builder/(.*)$ /ref/${currentStableVersion}/maven-settings-builder/$1
+RedirectMatch ^/maven-artifact-manager/(.*)$ /ref/${current20xVersion}/maven-artifact-manager/$1
+RedirectMatch ^/maven-artifact-test/(.*)$ /ref/${current20xVersion}/maven-artifact-test/$1
+RedirectMatch ^/maven-error-diagnostics/(.*)$ /ref/${current20xVersion}/maven-error-diagnostics/$1
+RedirectMatch ^/maven-monitor/(.*)$ /ref/${current20xVersion}/maven-monitor/$1
+RedirectMatch ^/maven-plugin-descriptor/(.*)$ /ref/${current20xVersion}/maven-plugin-descriptor/$1
+RedirectMatch ^/maven-plugin-parameter-documenter/(.*)$ /ref/${current20xVersion}/maven-plugin-parameter-documenter/$1
+RedirectMatch ^/maven-plugin-registry/(.*)$ /ref/${current20xVersion}/maven-plugin-registry/$1
+RedirectMatch ^/maven-profile/(.*)$ /ref/${current20xVersion}/maven-profile/$1
+RedirectMatch ^/maven-project/(.*)$ /ref/${current20xVersion}/maven-project/$1
+RedirectMatch ^/maven-reporting/(.*)$ /ref/${current20xVersion}/maven-reporting/$1
+RedirectMatch ^/maven-script/(.*)$ /ref/${current20xVersion}/maven-script/$1
+RedirectMatch ^/maven-toolchain/(.*)$ /ref/${current20xVersion}/maven-toolchain/$1
 RedirectMatch ^/maven-1.x/plugins-sandbox/(.*)$ /maven-1.x/plugins/$1
 
 RedirectMatch permanent ^/repository-manager/(.*)$ http://archiva.apache.org/$1