You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by de...@apache.org on 2010/08/11 20:50:48 UTC

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

Author: dennisl
Date: Wed Aug 11 18:50:48 2010
New Revision: 984529

URL: http://svn.apache.org/viewvc?rev=984529&view=rev
Log:
o Add temporary redirects to allow for easily changeable links between versions 2 and 3 of Maven Site Plugin. 2.x currently goes to the standard plugin site and 3.x goes to the wiki.

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=984529&r1=984528&r2=984529&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Wed Aug 11 18:50:48 2010
@@ -33,6 +33,9 @@ RedirectMatch permanent ^/plugins/maven-
 RedirectMatch permanent ^/plugins/maven-clover-plugin/ins(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/ins$1
 RedirectMatch permanent ^/plugins/maven-clover-plugin/int(.+)$ http://maven.apache.org/plugins/maven-clover-plugin/2.4/int$1
 
+RedirectMatch ^/plugins/maven-site-plugin-2.x/(.*)$ /plugins/maven-site-plugin/$1
+RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$ https://cwiki.apache.org/confluence/display/MAVEN/Maven+3.x+and+site+plugin
+
 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