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/11/21 00:03:58 UTC

svn commit: r882757 - in /maven/site/trunk/src/site/apt/docs/2.0.11: ./ release-notes.apt.vm release-notes.txt

Author: brett
Date: Fri Nov 20 23:03:57 2009
New Revision: 882757

URL: http://svn.apache.org/viewvc?rev=882757&view=rev
Log:
add initial release notes for 2.0.11

Added:
    maven/site/trunk/src/site/apt/docs/2.0.11/
    maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.apt.vm
      - copied, changed from r792805, maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm
    maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.txt
      - copied, changed from r792805, maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm

Copied: maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.apt.vm (from r792805, maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm)
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.apt.vm?p2=maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.apt.vm&p1=maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm&r1=792805&r2=882757&rev=882757&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.apt.vm Fri Nov 20 23:03:57 2009
@@ -1,5 +1,5 @@
  ------
-Release Notes - Maven ${project.version}
+Release Notes - Maven 2.0.11
  ------
 Brett Porter
  ------
@@ -26,11 +26,11 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven ${project.version}
+Maven 2.0.11
 
-  The Apache Maven team would like to announce the release of Maven ${project.version}.
+  The Apache Maven team would like to announce the release of Maven 2.0.11.
 
-  Maven ${project.version} is {{{http://maven.apache.org/download.html} available for download}}.
+  Maven 2.0.11 is {{{http://maven.apache.org/download.html} available for download}}.
 
   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 place.
@@ -48,139 +48,9 @@
 
     * Maven Dashboard: {{http://docs.codehaus.org/display/MAVEN/Home}}
 
-* ${project.version} Release Notes
-
-  The full list of changes can be found in our
-  {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14118&styleName=Html&projectId=10500&Create=Create}issue management system}},
-  and is reproduced below.
-
-** Plugin Versions defined in the ${project.version} super POM:
-
- See the raw super POM for ${project.version} {{{http://svn.apache.org/viewvc/maven/components/tags/maven-${project.version}/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
- 
-*--*--*
-| Antrun | 1.3 |
-*--*--*
-| Assembly|  2.2-beta-2 |
-*--*--*
-| Clean| 2.2 |
-*--*--*
-| Compiler-plugin| 2.0.2 |
-*--*--*
-| Dependency| 2.0 |
-*--*--*
-| Deploy| 2.4 |
-*--*--*
-| Ear| 2.3.1|
-*--*--*
-| Ejb|2.1 |
-*--*--*
-| Install|2.2 |
-*--*--*
-| Jar| 2.2|
-*--*--*
-| Javadoc| 2.5 |
-*--*--*
-| Plugin| 2.4.3|
-*--*--*
-| Rar| 2.2|
-*--*--*
-| Release| 2.0-beta-8|
-*--*--*
-| Resources| 2.3|
-*--*--*
-| Site|2.0-beta-7 |
-*--*--*
-| Source| 2.0.4 |
-*--*--*
-| Surefire| 2.4.3|
-*--*--*
-| War| 2.1-alpha-2|
-*--*--*
-Default Plugin Versions (Bold indicates a change from 2.0.10)
- 
-* Complete list of issues fixed in ${project.version}
-  
-** Bug
-
-    * [MNG-1349] - openssl checksums are not accepted by maven
-
-    * [MNG-2605] - Profiles in profiles.xml are active by default
-
-    * [MNG-3139] - The skin does not exist: Unable to determine the release version
-
-    * [MNG-3553] - cannot resolve dependency with scope import
-
-    * [MNG-3621] - site url inheritance broken for UNC paths
-
-    * [MNG-3641] - Lack of error checks on profiles
-
-    * [MNG-3701] - ClassCastException when building settings.xml with profiles that have activeByDefault set
-
-    * [MNG-3719] - [regression] plugin execution ordering no longer POM ordered in 2.0.9
-
-    * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents of the current folder
-
-    * [MNG-3776] - Namespace misspelled in settings.xml
-
-    * [MNG-3808] - Execution order of report plugins is arbitrary if inheritance is involved
-
-    * [MNG-3810] - [regression] Null Pointer Exception when Activation Profile Property is Empty
-
-    * [MNG-3811] - Report plugins don't inherit configuration
-
-    * [MNG-3885] - Modules of Maven projects are deployed with Timestamp during reactor build when uniqueVersion is set to false in parent profile
-
-    * [MNG-3899] - Inheritance does not merge extensions with same gid and aid
-
-    * [MNG-3906] - Project-level plugin dependencies are in random order after merging
-
-    * [MNG-3920] - Problem using velocity component
-
-    * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name properly
-
-    * [MNG-3933] - Profiles.xml does not pickup OS family
-
-    * [MNG-3940] - Interpolation of environment variables is not case-insensitive on Windows
-
-    * [MNG-3948] - Remote repos defined by profiles outside of settings.xml are not used to resolve parent POMs
-
-    * [MNG-4023] - Profiles from parent POM are injected multiple times if parent is part of reactor build
-
-    * [MNG-4084] - Unnecessary Warning for an activate profile in child project
-
-** Improvement
-
-    * [MNG-1830] - add  a 'compiled on \<timestamp\>' label when maven 2 is invoked with --version option
-
-    * [MNG-3451] - Add german translation
-
-    * [MNG-3509] - Make "mvn -v" output locale/encoding
-
-    * [MNG-3544] - Beautify debug output for mojo parameters of type array
-
-    * [MNG-3787] - Add plugin version to default reports
-
-    * [MNG-3794] - Improve error logging when downloading depedencies
-
-    * [MNG-3795] - Add example \<pluginGroups\> snippet to conf/settings.xml in distribution
-
-    * [MNG-3834] - Improve error message when dependency with classifier is missing version
-
-    * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
-
-    * [MNG-3951] - Hide drive-relative paths from plugins
-
-    * [MNG-4037] - Include Java home in version information
-
-    * [MNG-4057] - Propose checking of plugin artifact when plugin descriptor cannot be found
-
-** Task
-
-    * [MNG-2387] - \<active> on \<proxy\> in settings is misleading
-
-    * [MNG-4046] - Update to Doxia 1.0
-
+#parse("release-notes.txt")
 
+* Complete release notes
 
+    * See {{{../../release-notes-all.html}complete release notes}}
 

Copied: maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.txt (from r792805, maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm)
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.txt?p2=maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.txt&p1=maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm&r1=792805&r2=882757&rev=882757&view=diff
==============================================================================
--- maven/components/branches/maven-2.0.11-RC/maven-docs/src/site/apt/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/docs/2.0.11/release-notes.txt Fri Nov 20 23:03:57 2009
@@ -1,62 +1,12 @@
- ------
-Release Notes - Maven ${project.version}
- ------
-Brett Porter
- ------
-10 July 2009
- ------
-
-~~ Licensed to the Apache Software Foundation (ASF) under one
-~~ or more contributor license agreements.  See the NOTICE file
-~~ distributed with this work for additional information
-~~ regarding copyright ownership.  The ASF licenses this file
-~~ to you under the Apache License, Version 2.0 (the
-~~ "License"); you may not use this file except in compliance
-~~ with the License.  You may obtain a copy of the License at
-~~
-~~   http://www.apache.org/licenses/LICENSE-2.0
-~~
-~~ Unless required by applicable law or agreed to in writing,
-~~ software distributed under the License is distributed on an
-~~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-~~ KIND, either express or implied.  See the License for the
-~~ specific language governing permissions and limitations
-~~ under the License.
-
-~~ NOTE: For help with the syntax of this file, see:
-~~ http://maven.apache.org/doxia/references/apt-format.html
-
-Maven ${project.version}
-
-  The Apache Maven team would like to announce the release of Maven ${project.version}.
-
-  Maven ${project.version} is {{{http://maven.apache.org/download.html} available for download}}.
-
-  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 place.
-
-  The core release is independent of the plugins available. Further releases of plugins will be made separately.
-  See the {{{http://maven.apache.org/plugins/index.html} Plugin List}} for more information.
-
-  We hope you enjoy using Maven! If you have any questions, please consult:
-
-    * the web site: {{http://maven.apache.org/}}
-
-    * the maven-user mailing list: {{http://maven.apache.org/mail-lists.html}}
-
-  For news and information, see:
-
-    * Maven Dashboard: {{http://docs.codehaus.org/display/MAVEN/Home}}
-
-* ${project.version} Release Notes
+* Maven 2.0.11 Release Notes
 
   The full list of changes can be found in our
   {{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14118&styleName=Html&projectId=10500&Create=Create}issue management system}},
   and is reproduced below.
 
-** Plugin Versions defined in the ${project.version} super POM:
+** Plugin Versions defined in the Maven 2.0.11 super POM:
 
- See the raw super POM for ${project.version} {{{http://svn.apache.org/viewvc/maven/components/tags/maven-${project.version}/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
+ See the raw super POM for Maven 2.0.11 {{{http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.11/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
  
 *--*--*
 | Antrun | 1.3 |
@@ -99,7 +49,7 @@
 *--*--*
 Default Plugin Versions (Bold indicates a change from 2.0.10)
  
-* Complete list of issues fixed in ${project.version}
+* Complete list of issues fixed in Maven 2.0.11
   
 ** Bug
 
@@ -180,7 +130,3 @@
     * [MNG-2387] - \<active> on \<proxy\> in settings is misleading
 
     * [MNG-4046] - Update to Doxia 1.0
-
-
-
-