You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by bu...@apache.org on 2015/03/30 01:17:43 UTC

svn commit: r945563 - in /websites/staging/maven/trunk/content: ./ .htaccess extpaths.txt maven-site-1.0-site.jar

Author: buildbot
Date: Sun Mar 29 23:17:43 2015
New Revision: 945563

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/.htaccess
    websites/staging/maven/trunk/content/extpaths.txt
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sun Mar 29 23:17:43 2015
@@ -1 +1 @@
-1669968
+1669973

Modified: websites/staging/maven/trunk/content/.htaccess
==============================================================================
--- websites/staging/maven/trunk/content/.htaccess (original)
+++ websites/staging/maven/trunk/content/.htaccess Sun Mar 29 23:17:43 2015
@@ -75,3 +75,9 @@ RedirectMatch ^/maven-1.x/(.*)$ http://m
 # test of extpaths.txt replacement
 RewriteEngine on
 RewriteRule ^core-its-htaccess(.*)$ /components/core-its$1 [L]
+
+# test of generic extpaths.txt replacement: if file is not found in maven-site, look into components
+RewriteCond %{REQUEST_URI} !^/components/
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ /components/$1 [L]

Modified: websites/staging/maven/trunk/content/extpaths.txt
==============================================================================
--- websites/staging/maven/trunk/content/extpaths.txt (original)
+++ websites/staging/maven/trunk/content/extpaths.txt Sun Mar 29 23:17:43 2015
@@ -4,7 +4,7 @@ ant-tasks-archives
 archetype
 archetype-archives
 maven-archetype-bundles
-core-its
+#core-its
 enforcer
 enforcer-archives
 jxr

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.