You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/24 03:36:41 UTC

svn commit: r201533 - in /maven/components/trunk/maven-site/src/site: apt/site.apt xdoc/download.xml xdoc/getting-started.xml xdoc/index.xml

Author: brett
Date: Thu Jun 23 18:36:39 2005
New Revision: 201533

URL: http://svn.apache.org/viewcvs?rev=201533&view=rev
Log:
release changes

Modified:
    maven/components/trunk/maven-site/src/site/apt/site.apt
    maven/components/trunk/maven-site/src/site/xdoc/download.xml
    maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml
    maven/components/trunk/maven-site/src/site/xdoc/index.xml

Modified: maven/components/trunk/maven-site/src/site/apt/site.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/site.apt?rev=201533&r1=201532&r2=201533&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/site.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/site.apt Thu Jun 23 18:36:39 2005
@@ -39,7 +39,7 @@
   The FML format is the FAQ format, also used in Maven 1.0.
 
   Other formats are available, but at this point these 3 are the best tested. There are also several possible output formats,
-  but as of alpha-2, only XHTML is available.
+  but as of alpha-3, only XHTML is available.
 
   Note that all of the above is optional - just one index file is required in one of the input trees. Each of the paths will be merged
   together to form the root directory of the site.

Modified: maven/components/trunk/maven-site/src/site/xdoc/download.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/download.xml?rev=201533&r1=201532&r2=201533&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/download.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/download.xml Thu Jun 23 18:36:39 2005
@@ -12,6 +12,11 @@
         You will be prompted for a mirror - if the file is not found on yours, please be patient, as it may take 24
         hours to reach all mirrors.
       </p>
+      <p>
+        <b>IMPORTANT:</b> Some plugins built for alpha-2 will not work with alpha-3. If you are experiencing
+        "plugin not found" or other messages, please try running the command with -U first to ensure you have the
+        latest version.
+      </p>
       <ul>
         <li>
           <a href="http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-alpha-3-bin.tar.bz2">

Modified: maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml?rev=201533&r1=201532&r2=201533&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/getting-started.xml Thu Jun 23 18:36:39 2005
@@ -307,19 +307,22 @@
         </p>
         <p>
           The WAR has now been created in
-          <code>my-webapp/target/my-webapp-1.0-SNAPSHOT.war</code>, and the JAR is
+          <code>my-webapp/target/my-webapp.war</code>, and the JAR is
           included:
         </p>
         <source>$ jar tvf my-webapp/target/my-webapp-1.0-SNAPSHOT.war
-     0 Sat Apr 09 01:45:18 EST 2005 META-INF/
-   222 Sat Apr 09 01:45:16 EST 2005 META-INF/MANIFEST.MF
-     0 Sat Apr 09 01:45:18 EST 2005 META-INF/maven/
-   675 Sat Apr 09 01:42:54 EST 2005 META-INF/maven/pom.xml
-     0 Sat Apr 09 01:45:18 EST 2005 WEB-INF/
-   215 Sat Apr 09 01:45:18 EST 2005 WEB-INF/web.xml
-    52 Sat Apr 09 01:45:18 EST 2005 index.jsp
-     0 Sat Apr 09 01:45:18 EST 2005 WEB-INF/lib/
-  1586 Sat Apr 09 01:45:18 EST 2005 WEB-INF/lib/my-app-1.0-SNAPSHOT.jar</source>
+     0 Fri Jun 24 10:59:56 EST 2005 META-INF/
+   222 Fri Jun 24 10:59:54 EST 2005 META-INF/MANIFEST.MF
+     0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/
+     0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/
+     0 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/
+  3239 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/pom.xml
+     0 Fri Jun 24 10:59:56 EST 2005 WEB-INF/
+   215 Fri Jun 24 10:59:56 EST 2005 WEB-INF/web.xml
+   123 Fri Jun 24 10:59:56 EST 2005 META-INF/maven/com.mycompany.app/my-webapp/pom.properties
+    52 Fri Jun 24 10:59:56 EST 2005 index.jsp
+     0 Fri Jun 24 10:59:56 EST 2005 WEB-INF/lib/
+  2713 Fri Jun 24 10:59:56 EST 2005 WEB-INF/lib/my-app-1.0-SNAPSHOT.jar</source>
         <p>
           How does this work? Firstly, the parent POM created (called
           <code>app</code>), has a packaging of
@@ -351,7 +354,7 @@
         </p>
         <p>
           Like Maven 1.0, as of the current Maven release (
-          <code>2.0-alpha-2</code>), it is required that you run
+          <code>2.0-alpha-3</code>), it is required that you run
           <code>install</code> to successfully perform these steps. If you run
           <code>package</code>, the JAR will not be
           copied to the local repository and Maven will not be able to find it. This will be improved in future versions.

Modified: maven/components/trunk/maven-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/index.xml?rev=201533&r1=201532&r2=201533&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/index.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/index.xml Thu Jun 23 18:36:39 2005
@@ -12,8 +12,8 @@
           <a href="download.html">
             <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
             Download
-          </a> Maven 2.0 Alpha 2
-          <small>(1Mb)</small>
+          </a> Maven 2.0 Alpha 3
+          <small>(1.2Mb)</small>
           <br/>
         </p>
         <ul>



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