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

svn commit: r994936 - in /maven/site/trunk: pom.xml src/site/filtered-resources/.htaccess

Author: olamy
Date: Wed Sep  8 09:33:45 2010
New Revision: 994936

URL: http://svn.apache.org/viewvc?rev=994936&view=rev
Log:
change redirect for site plugin and upgrade site plugin version for maven 3

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

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=994936&r1=994935&r2=994936&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Wed Sep  8 09:33:45 2010
@@ -444,7 +444,7 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-site-plugin</artifactId>
-              <version>3.0-beta-1</version>
+              <version>3.0-beta-2</version>
             </plugin>
           </plugins>
         </pluginManagement>

Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=994936&r1=994935&r2=994936&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Wed Sep  8 09:33:45 2010
@@ -36,7 +36,7 @@ RedirectMatch permanent ^/plugins/maven-
 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
+RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$ http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-2/
 
 Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html http://maven.apache.org/guides/development/guide-testing-development-plugins.html
 



Re: svn commit: r994936 - in /maven/site/trunk: pom.xml src/site/filtered-resources/.htaccess

Posted by Dennis Lundberg <de...@apache.org>.
Hmm, the new 3.0-beta-2 site doesn't have migration guide for 3.0 and it
doesn't have a link to the migration guide on the wiki. That was not
what I intended when I created the redirects.

When the 3.0 site would be deployed I wanted it to have either
a) a link to the migration docs at the wiki, or
b) the wiki information embedded in the 3.0 site

Olivier, you talked about making some change to the site on the branch,
so that the site would be OK.

On 2010-09-08 11:33, olamy@apache.org wrote:
> Author: olamy
> Date: Wed Sep  8 09:33:45 2010
> New Revision: 994936
> 
> URL: http://svn.apache.org/viewvc?rev=994936&view=rev
> Log:
> change redirect for site plugin and upgrade site plugin version for maven 3
> 
> Modified:
>     maven/site/trunk/pom.xml
>     maven/site/trunk/src/site/filtered-resources/.htaccess
> 
> Modified: maven/site/trunk/pom.xml
> URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=994936&r1=994935&r2=994936&view=diff
> ==============================================================================
> --- maven/site/trunk/pom.xml (original)
> +++ maven/site/trunk/pom.xml Wed Sep  8 09:33:45 2010
> @@ -444,7 +444,7 @@
>              <plugin>
>                <groupId>org.apache.maven.plugins</groupId>
>                <artifactId>maven-site-plugin</artifactId>
> -              <version>3.0-beta-1</version>
> +              <version>3.0-beta-2</version>
>              </plugin>
>            </plugins>
>          </pluginManagement>
> 
> Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
> URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=994936&r1=994935&r2=994936&view=diff
> ==============================================================================
> --- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
> +++ maven/site/trunk/src/site/filtered-resources/.htaccess Wed Sep  8 09:33:45 2010
> @@ -36,7 +36,7 @@ RedirectMatch permanent ^/plugins/maven-
>  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
> +RedirectMatch ^/plugins/maven-site-plugin-3.x/(.*)$ http://maven.apache.org/plugins/maven-site-plugin-3.0-beta-2/
>  
>  Redirect Permanent /guides/development/guide-plugin-snapshot-repositories.html http://maven.apache.org/guides/development/guide-testing-development-plugins.html
>  
> 
> 
> 


-- 
Dennis Lundberg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org