From 41e9f46c10e849fe6762d6742d5c88eed05131af Mon Sep 17 00:00:00 2001 From: Brett Leslie Porter Date: Wed, 5 Oct 2005 04:07:15 +0000 Subject: [PATCH] update release notes, css and beta references git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@294983 13f79535-47bb-0310-9956-ffa450edef68 --- maven-site/src/site/apt/download.apt | 82 ++++++++ maven-site/src/site/apt/release-notes.apt | 28 +-- .../src/site/resources/css/maven-base.css | 3 +- .../src/site/resources/css/maven-theme.css | 8 +- maven-site/src/site/xdoc/download.xml | 191 ------------------ maven-site/src/site/xdoc/index.xml | 2 +- 6 files changed, 104 insertions(+), 210 deletions(-) create mode 100644 maven-site/src/site/apt/download.apt delete mode 100644 maven-site/src/site/xdoc/download.xml diff --git a/maven-site/src/site/apt/download.apt b/maven-site/src/site/apt/download.apt new file mode 100644 index 0000000000..0423079deb --- /dev/null +++ b/maven-site/src/site/apt/download.apt @@ -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} + +*----------------------+---------------------------------------------------------------------------------------------+ +| <> | 1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's) +*----------------------+---------------------------------------------------------------------------------------------+ +| <> | No minimum requirement +*----------------------+---------------------------------------------------------------------------------------------+ +| <> | 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. +*----------------------+---------------------------------------------------------------------------------------------+ +| <> | 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 <<>> to the directory you wish to install Maven 2.0. These instructions + assume you chose <<>> + + [[2]] Add the <<>> directory to your path, by opening up the system properties (WinKey + Pause), + selecting the "Advanced" tab, and the "Environment Variables" button, then editing the <<>> + 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 <<>> is set to the location of your JDK, + eg. <<>> + + [[4]] Run <<>> 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 <<>>. The directory <<>> will be created from + the archive. + + [[2]] Add the <<>> directory to your path, eg. <<>> + + [[3]] Make sure that <<>> is set to the location of your JDK, eg. + <<>> + + [[4]] Run <<>> to verify that it is correctly installed. + diff --git a/maven-site/src/site/apt/release-notes.apt b/maven-site/src/site/apt/release-notes.apt index d3a121f082..ded0adaf81 100644 --- a/maven-site/src/site/apt/release-notes.apt +++ b/maven-site/src/site/apt/release-notes.apt @@ -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. diff --git a/maven-site/src/site/resources/css/maven-base.css b/maven-site/src/site/resources/css/maven-base.css index ac1bbfec37..9aca6be254 100644 --- a/maven-site/src/site/resources/css/maven-base.css +++ b/maven-site/src/site/resources/css/maven-base.css @@ -46,7 +46,6 @@ div.clear hr{ float:left; color: #666; text-shadow: #7CFC00; - } .xright, #bannerRight img, #bannerRight span{ float:right; @@ -191,6 +190,6 @@ div.clear hr{ } .subsection p { - font-size: 11px; + font-size: 12px; } diff --git a/maven-site/src/site/resources/css/maven-theme.css b/maven-site/src/site/resources/css/maven-theme.css index 1bca929da1..9ac744e5ff 100644 --- a/maven-site/src/site/resources/css/maven-theme.css +++ b/maven-site/src/site/resources/css/maven-theme.css @@ -8,11 +8,11 @@ body { } 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 @@ h3 { } p { line-height: 1.3em; - font-size: 11px; + font-size: 12px; color: #000; } #breadcrumbs { @@ -99,7 +99,7 @@ table.bodyTable th { } table.bodyTable th, table.bodyTable td { - font-size: 1em; + font-size: 11px; } table.bodyTable tr.a { diff --git a/maven-site/src/site/xdoc/download.xml b/maven-site/src/site/xdoc/download.xml deleted file mode 100644 index 83cc193928..0000000000 --- a/maven-site/src/site/xdoc/download.xml +++ /dev/null @@ -1,191 +0,0 @@ - - - Download Maven 2.0 - Brett Porter - - -
-

- 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. -

-

- IMPORTANT: - Some plugins built for alpha-3 will not work with beta-2. 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. In particular, the site plugin required a change between beta-1 and beta-2 and must be - upgraded. -

- - -

- 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 - for more information and installation instructions. -

- -

- Maven 2.0 is distributed under the - Apache License, version 2.0 - . -

- - - - - - - - - - - - - - - - - - - -
JDK1.4 or above (this is to execute Maven - it still allows you to build against 1.3 and prior JDK's)
MemoryNo minimum requirement
Disk Space - 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. -
-
-
- -

- Windows 2000/XP -

-
    -
  1. - Unzip - maven-2.0-beta-2-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-2 -
  2. -
  3. - 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-2\bin";%PATH% -
  4. -
  5. - 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 -
  6. -
  7. - Run - m2 --version - to verify that it is correctly installed. -
  8. -
-

- 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-2 - . The directory - maven-2.0-beta-2 - will be created from the archive. -
  2. -
  3. - Add the - bin - directory to your path, eg. - export PATH=/usr/local/maven-2.0-beta-2/bin:$PATH -
  4. -
  5. - Make sure that - JAVA_HOME - is set to the location of your JDK, eg. - export JAVA_HOME=/usr/java/jdk1.5.0_02 -
  6. -
  7. - Run - m2 --version - to verify that it is correctly installed. -
  8. -
-
-
- -
- diff --git a/maven-site/src/site/xdoc/index.xml b/maven-site/src/site/xdoc/index.xml index ff4034a924..238048df9e 100644 --- a/maven-site/src/site/xdoc/index.xml +++ b/maven-site/src/site/xdoc/index.xml @@ -13,7 +13,7 @@ Download - Maven 2.0 Beta 2 + Maven 2.0 Beta 3 (1.1Mb)