You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2009/07/09 23:25:06 UTC

svn commit: r792709 - in /maven/site/trunk/src/site: apt/developers/website/deploy-maven-current-ref.apt apt/guides/introduction/introduction-to-the-lifecycle.apt apt/pom.apt fml/general.fml

Author: brett
Date: Thu Jul  9 21:25:06 2009
New Revision: 792709

URL: http://svn.apache.org/viewvc?rev=792709&view=rev
Log:
more SVN references

Modified:
    maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt
    maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
    maven/site/trunk/src/site/apt/pom.apt
    maven/site/trunk/src/site/fml/general.fml

Modified: maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt?rev=792709&r1=792708&r2=792709&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt (original)
+++ maven/site/trunk/src/site/apt/developers/website/deploy-maven-current-ref.apt Thu Jul  9 21:25:06 2009
@@ -42,16 +42,16 @@
 
 Deploy Maven Current References
 
- [[1]] Do a fresh check out of a release tag of Maven
+ [[1]] Do a fresh check out of a release tag of Maven, for example:
 
 +-----+
-$ svn checkout https://svn.apache.org/repos/asf/maven/components/tags/maven-2.0.X maven-2.0.X
+$ svn checkout https://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.0 maven-2.2.0
 +-----+
 
- [[2]] Execute the site goal for the <maven-2.0.X> project
+ [[2]] Execute the site goal for the <maven-2.2.0> project
 
 +-----+
-maven-2.0.X$ mvn site -Preporting
+maven-2.2.0$ mvn site -Preporting
 +-----+
 
  [[3]] Verify the documentation before deploying
@@ -59,16 +59,16 @@
  You could also use the <stage> goal of the Maven Site Plugin to verify the site output. For instance:
 
 +-----+
-maven-2.0.X$ mvn site:stage -Preporting -DstagingDirectory=/tmp/maven-2.0.X
+maven-2.2.0$ mvn site:stage -Preporting -DstagingDirectory=/tmp/maven-2.2.0
 +-----+
 
  [[4]] Deploy to people.apache.org
 
 +-----+
-maven-2.0.X$ mvn site-deploy -Preporting
+maven-2.2.0$ mvn site-deploy -Preporting
 +-----+
 
- It will create a new folder <2.0.X> in </www/maven.apache.org/ref/> on the Apache server.
+ It will create a new folder <2.2.0> in </www/maven.apache.org/ref/> on the Apache server.
 
  <<Note:>> It will take an hour or so to sync.
 
@@ -76,12 +76,11 @@
 
  * Connect you to <people.apache.org> and go to </www/maven.apache.org/ref/> folder.
 
- * Create a symlink from <2.0.X> folder to <current>:
+ * Create a symlink from <2.2.0> folder to <current> if it is the newest stable release of Maven:
 
 +-----+
-ref$ ln -s 2.0.X/ ./current
+ref$ ln -s 2.2.0/ ./current
 +-----+
 
  []
 
- <<Note:>> The <2.0.X> folder is the last release of Maven.

Modified: maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt?rev=792709&r1=792708&r2=792709&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt (original)
+++ maven/site/trunk/src/site/apt/guides/introduction/introduction-to-the-lifecycle.apt Thu Jul  9 21:25:06 2009
@@ -429,7 +429,7 @@
 ** References
 
  The full Maven lifecycle is defined by the file <<<components.xml>>> in the module <<<maven-core>>> and viewable from SVN in the branches for
- {{{http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-core/src/main/resources/META-INF/plexus/components.xml}Maven 2.0.x}}
+ {{{http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.0/maven-core/src/main/resources/META-INF/plexus/components.xml}Maven 2.2.0}}
  and {{{http://svn.apache.org/repos/asf/maven/components/trunk/maven-core/src/main/resources/META-INF/plexus/components.xml}Maven 3.0.x}}.
 
   <{{{./introduction-to-the-lifecycle.html}[top]}}.>

Modified: maven/site/trunk/src/site/apt/pom.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/pom.apt?rev=792709&r1=792708&r2=792709&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/pom.apt (original)
+++ maven/site/trunk/src/site/apt/pom.apt Thu Jul  9 21:25:06 2009
@@ -492,7 +492,7 @@
   ultimately inherit from <<<java.lang.Object>>>, all Project Object Models inherit from
   a base Super POM. The snippet below is the Super POM for Maven 2.0.x.
 
-%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/components/branches/maven-2.0.x/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
+%{snippet|id=superpom|url=http://svn.apache.org/repos/asf/maven/maven-2/tags/maven-2.2.0/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}
 
   You can take a look at how the Super POM affects your Project Object Model by creating a
   minimal <<<pom.xml>>> and executing on the command line: <<<mvn help:effective-pom>>>

Modified: maven/site/trunk/src/site/fml/general.fml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/fml/general.fml?rev=792709&r1=792708&r2=792709&view=diff
==============================================================================
--- maven/site/trunk/src/site/fml/general.fml (original)
+++ maven/site/trunk/src/site/fml/general.fml Thu Jul  9 21:25:06 2009
@@ -129,7 +129,7 @@
       <question>Where is the source code? I couldn't seem to find a link anywhere on the Maven2 site.</question>
       <answer>
         <p>
-          The source code can be found in subversion: <a href="http://svn.apache.org/repos/asf/maven/components/trunk">http://svn.apache.org/repos/asf/maven/components/trunk</a>.
+          The source code can be found in subversion: <a href="http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x">http://svn.apache.org/repos/asf/maven/maven-2/branches/maven-2.2.x</a> or <a href="http://svn.apache.org/repos/asf/maven/components/trunk">http://svn.apache.org/repos/asf/maven/components/trunk</a>.
         </p>
         <p>
           For more information, see <a href="guides/development/guide-building-m2.html">Building Maven 2.0</a>.