Author: hboutemy Date: Sun Aug 9 22:04:25 2015 New Revision: 1694917 URL: http://svn.apache.org/r1694917 Log: archetype bundles are available at /archetypes, can't be at /archetype/maven-archetype-bundles since /archetype is the archetype tool release directory
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=1694917&r1=1694916&r2=1694917&view=diff ============================================================================== --- maven/site/trunk/content/filtered-resources/.htaccess (original) +++ maven/site/trunk/content/filtered-resources/.htaccess Sun Aug 9 22:04:25 2015 @@ -43,6 +43,7 @@ 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 ^/archetype/maven-archetype-bundles/(.*)$ /archetypes/$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-enforcer-plugin/(.*)$ http://maven.apache.org/enforcer/maven-enforcer-plugin/$1