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 2005/10/05 06:07:24 UTC

svn commit: r294983 - in /maven/components/trunk/maven-site/src/site: apt/download.apt apt/release-notes.apt resources/css/maven-base.css resources/css/maven-theme.css xdoc/download.xml xdoc/index.xml

Author: brett
Date: Tue Oct  4 21:07:15 2005
New Revision: 294983

URL: http://svn.apache.org/viewcvs?rev=294983&view=rev
Log:
update release notes, css and beta references

Added:
    maven/components/trunk/maven-site/src/site/apt/download.apt
Removed:
    maven/components/trunk/maven-site/src/site/xdoc/download.xml
Modified:
    maven/components/trunk/maven-site/src/site/apt/release-notes.apt
    maven/components/trunk/maven-site/src/site/resources/css/maven-base.css
    maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css
    maven/components/trunk/maven-site/src/site/xdoc/index.xml

Added: maven/components/trunk/maven-site/src/site/apt/download.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/download.apt?rev=294983&view=auto
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/download.apt (added)
+++ maven/components/trunk/maven-site/src/site/apt/download.apt Tue Oct  4 21:07:15 2005
@@ -0,0 +1,82 @@
+ ------
+Download Maven 2.0
+ ------
+Brett Porter
+ ------
+4 October 2005
+ ------
+
+
+Download Maven 2.0 Beta 3
+
+  Maven is distributed in several formats for your convenience.
+
+  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.
+
+  Maven 2.0 is distributed under the {{{http://maven.apache.org/license.html} Apache License, version 2.0}}.
+
+  * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.tar.bz2} <<<.tar.bz2>>> archive}}
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.bz2.md5} checksum}})
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.bz2.asc} signature}})
+
+  * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.tar.gz} <<<.tar.gz>>> archive}}
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.gz.md5} checksum}})
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.tar.gz.asc} signature}})
+
+  * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-2.0-beta-3-bin.zip} <<<.zip>>> archive}}
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.zip.md5} checksum}})
+    ({{{http://www.apache.org/dist/maven/binaries/maven-2.0-beta-3-bin.zip.asc} signature}})
+
+* {Ant Tasks}
+
+  Also available is a distribution suitable for use with Ant to use Maven 2.0's dependency
+  management (including transitive dependencies), repository and artifact deployment support.
+  See {{{ant-tasks.html} Ant Tasks}} for more information and installation instructions.
+
+  * {{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar} <<<.jar>>> archive}}
+    ({{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar.md5} checksum}})
+    ({{{http://www.apache.org/dist/maven/binaries/maven-artifact-ant-2.0-beta-3-dep.jar.asc} signature}})
+
+* System {Requirements}
+
+*----------------------+---------------------------------------------------------------------------------------------+
+| <<JDK>>              | 1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)
+*----------------------+---------------------------------------------------------------------------------------------+
+| <<Memory>>           | No minimum requirement
+*----------------------+---------------------------------------------------------------------------------------------+
+| <<Disk>>             | No minimum requirement. Approximately 100MB will be used for your local repository, however this will vary depending on usage and can be removed and redownloaded at any time.
+*----------------------+---------------------------------------------------------------------------------------------+
+| <<Operating System>> | No minimum requirement. On Windows, Windows NT and above or Cygwin is required for the startup scripts. Tested on Windows XP, Fedora Core and Mac OS X.
+*----------------------+---------------------------------------------------------------------------------------------+
+
+* {Installation} Instructions
+
+** Windows 2000/XP
+
+  [[1]] Unzip <<<maven-2.0-beta-3-bin.zip>>> to the directory you wish to install Maven 2.0. These instructions
+        assume you chose <<<C:\Program Files\Apache Software Foundation\maven-2.0-beta-3>>>
+
+  [[2]] Add the <<<bin>>> directory to your path, by opening up the system properties (WinKey + Pause),
+        selecting the "Advanced" tab, and the "Environment Variables" button, then editing the <<<PATH>>>
+        variable in the user variables. eg.
+        <<<"C:\Program Files\Apache Software Foundation\maven-2.0-beta-3\bin";%PATH%>>>
+
+  [[3]] In the same dialog, make sure that <<<JAVA_HOME>>> is set to the location of your JDK,
+        eg. <<<C:\Program Files\Java\jdk1.5.0_02>>>
+
+  [[4]] Run <<<m2 --version>>> to verify that it is correctly installed.
+
+** Unix-based Operating Systems (Linux, Solaris and Mac OS X)
+
+  [[1]] Extract the distribution archive to the directory you wish to install Maven 2.0. These instructions
+        assume you chose <<</usr/local/maven-2.0-beta-3>>>. The directory <<<maven-2.0-beta-3>>> will be created from
+        the archive.
+
+  [[2]] Add the <<<bin>>> directory to your path, eg. <<<export PATH=/usr/local/maven-2.0-beta-3/bin:$PATH>>>
+
+  [[3]] Make sure that <<<JAVA_HOME>>> is set to the location of your JDK, eg.
+        <<<export JAVA_HOME=/usr/java/jdk1.5.0_02>>>
+
+  [[4]] Run <<<m2 --version>>> to verify that it is correctly installed.
+

Modified: maven/components/trunk/maven-site/src/site/apt/release-notes.apt
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/apt/release-notes.apt?rev=294983&r1=294982&r2=294983&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/apt/release-notes.apt (original)
+++ maven/components/trunk/maven-site/src/site/apt/release-notes.apt Tue Oct  4 21:07:15 2005
@@ -1,36 +1,40 @@
  ------
-Release Notes - Maven 2.0 Beta 2
+Release Notes - Maven 2.0 Beta 3
  ------
 Brett Porter
  ------
-27 September 2005
+4 October 2005
  ------
 
-  The Apache Maven team are proud to announce the second beta release of Maven 2.0.
+  The Apache Maven team are proud to announce the third beta release of Maven 2.0.
 
   Download it from {{http://maven.apache.org/maven2/download.html}}
 
   Maven is a software project management and comprehension tool. Based on the concept of a project object model
   (POM), Maven can manage a project's build, reporting and documentation from a central piece of information.
 
-  This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=11861} a number of bug fixes and enhancements}}>> since the previous release on 16 September.
+  This release includes <<{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&styleName=Html&version=12015} a number of bug fixes and improvements}}>> since the previous release on 27 September.
 
   Maven 2.0 is a rewrite of the popular Maven application to achieve a number of new goals, and to provide a stable
   basis to take it into the future.
 
-  The main improvements in this release are:
+  Also now available are beta versions of the following plugins from our friends at the mojo.codehaus.org project:
 
-    * Bug fixes in the reporting API to allow the clover plugin to work in more scenarios
+    * Changelog
 
-    * Bug fixes in the artifact collector for version ranges
+    * Changes (including JIRA and Announcement)
 
-    * Improvements to offline mode
+    * XMLBeans
 
-  This release is considered stable with a feature set comparable to Maven 1.0. Further betas and the final are expected
-  to be backwards compatible, with a primary goal of bugfixes, usability improvements, and documentation.
+    * Taglist (formerly tasklist)
 
-  The current roadmap is to make weekly beta releases to encourage faster turnaround for issues found by the
-  community.
+    * JXR
+
+    * Surefire Report (formerly junit report)
+
+  This release is considered stable with a feature set that encompasses and supersedes Maven 1.0.
+  The final release is expected to be backwards compatible, with a primary goal of bugfixes, usability improvements,
+  and documentation.
 
   This core release is independent of the plugins available. Further releases of plugins will be made separately.
   See {{{http://docs.codehaus.org/display/MAVEN/Maven+Plugin+Matrix} Maven Plugin Matrix}} for more information.

Modified: maven/components/trunk/maven-site/src/site/resources/css/maven-base.css
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/resources/css/maven-base.css?rev=294983&r1=294982&r2=294983&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/resources/css/maven-base.css (original)
+++ maven/components/trunk/maven-site/src/site/resources/css/maven-base.css Tue Oct  4 21:07:15 2005
@@ -46,7 +46,6 @@
 	float:left;
 	color: #666;
 	text-shadow: #7CFC00;
-
 } 
 .xright, #bannerRight img, #bannerRight span{
   float:right;
@@ -191,6 +190,6 @@
 }
 
 .subsection p {
-	font-size: 11px;
+	font-size: 12px;
 }
 

Modified: maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css?rev=294983&r1=294982&r2=294983&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css (original)
+++ maven/components/trunk/maven-site/src/site/resources/css/maven-theme.css Tue Oct  4 21:07:15 2005
@@ -8,11 +8,11 @@
 }
 td, select, input, li{
 	font-family: Verdana, Helvetica, Arial, sans-serif;
-	font-size: 11px;
+	font-size: 12px;
 	color:#333333;
 }
 code{
-  font-size: 13px;
+  font-size: 12px;
 }
 a {
   text-decoration: none;
@@ -58,7 +58,7 @@
 }
 p {
   line-height: 1.3em;
-  font-size: 11px;
+  font-size: 12px;
   color: #000;
 }
 #breadcrumbs {
@@ -99,7 +99,7 @@
 }
 
 table.bodyTable th, table.bodyTable td {
-  font-size: 1em;
+  font-size: 11px;
 }
 
 table.bodyTable tr.a {

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=294983&r1=294982&r2=294983&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/index.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/index.xml Tue Oct  4 21:07:15 2005
@@ -13,7 +13,7 @@
             <img valign="top" src="http://maven.apache.org/images/folder-open.gif" border="0" alt="" title="download"/>
             Download
           </a>
-          Maven 2.0 Beta 2
+          Maven 2.0 Beta 3
           <small>(1.1Mb)</small>
           <br/>
         </p>