You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-commits@maven.apache.org by bu...@apache.org on 2014/06/28 00:24:11 UTC

svn commit: r914185 [10/11] - in /websites/staging/maven/trunk/content: ./ docs/2.0.1/ docs/2.0.10/ docs/2.0.11/ docs/2.0.2/ docs/2.0.3/ docs/2.0.4/ docs/2.0.5/ docs/2.0.6/ docs/2.0.7/ docs/2.0.8/ docs/2.0.9/ docs/2.0/ docs/2.1.0/ docs/2.2.0/ docs/2.2....

Modified: websites/staging/maven/trunk/content/docs/3.0/release-notes.html
==============================================================================
--- websites/staging/maven/trunk/content/docs/3.0/release-notes.html (original)
+++ websites/staging/maven/trunk/content/docs/3.0/release-notes.html Fri Jun 27 22:24:10 2014
@@ -248,62 +248,159 @@
 <ul>
 <li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
 <div class="section">
-<h3>Maven 3.0 Release Notes<a name="Maven_3.0_Release_Notes"></a></h3>
-<p>Maven 3 aims to ensure backward compatibility to the extent possible, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
-<p>Users that intent to use the new parallel build feature are strongly advised to read the <a class="externalLink" href="https://cwiki.apache.org/confluence/display/MAVEN/Parallel+builds+in+Maven+3"> Guide on Parallel Builds</a> to learn about potential ramifications.</p>
-<p>The full list of changes can be found in our <a class="externalLink" href="http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=13142">issue management system</a>, and is reproduced below.</p>
-<div class="section">
-<h4>Known Incompatibilities with Maven 2<a name="Known_Incompatibilities_with_Maven_2"></a></h4>
-<p>Please refer to the following <a class="externalLink" href="http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html"> compatibility notes</a> before reporting any issues regarding changed build behavior in Maven 3.</p></div>
-<div class="section">
-<h4>Release Notes - Maven - Version 3.0 (since 3.0-beta-3 only)<a name="Release_Notes_-_Maven_-_Version_3.0_since_3.0-beta-3_only"></a></h4></div>
-<div class="section">
-<h4>Bug<a name="Bug"></a></h4>
-<ul>
-<li>[MNG-4592] - Snapshot artifacts that could not be downloaded due to communication problems are &quot;blacklisted&quot; for a day by default.</li>
-<li>[MNG-4751] - Snapshot version not resolved for version range</li>
-<li>[MNG-4785] - NPE in dependency resolution code for TC plugin</li>
-<li>[MNG-4786] - [regression] Ant-based mojo using maven-script-ant:2.1.0+ cause NPE</li>
-<li>[MNG-4788] - [regression] Appassembler Maven Plugin doesn't work like as it should</li>
-<li>[MNG-4789] - [regression] Difference in compile scope dependency resolution</li>
-<li>[MNG-4791] - [regression] POM artifacts passed into MavenProjectBuilder.buildFromRepository() are no longer resolved</li>
-<li>[MNG-4793] - Unable to obtain archiver for extension 'zip'</li>
-<li>[MNG-4794] - 'org.apache.maven.plugins:maven-install-plugin:2.3.1'. A required class is missing: org.codehaus.plexus.digest.Digester</li>
-<li>[MNG-4795] - [regression] Dependencies in forked reactor projects are not resolved when aggregator bound to lifecycle forks</li>
-<li>[MNG-4800] - Conflict resolution does not pick sub tree of nearest dependency if farther conflicting dependency has wider scope</li>
-<li>[MNG-4810] - Maven cannot build if loaded in a classloader that is not backed by a real JAR file / classpath</li>
-<li>[MNG-4811] - Custom Maven Plugin regression in Maven 3.x, custom ComponentConfigurator causes infinite loop</li>
-<li>[MNG-4814] - Eary dependency resolution attempts for reactor projects prevent their later resolution from the reactor</li>
-<li>[MNG-4818] - NPE in legacy.DefaultWagonManager.getArtifact</li>
-<li>[MNG-4829] - [regression] Checksum failures aren't logged</li>
-<li>[MNG-4832] - Maven 3 Regression: Missing constructor of org.codehaus.plexus.component.configurator.converters.special.ClassRealmConverter</li>
-<li>[MNG-4834] - [regression] MavenProject.getParent() ignores configured repositories</li>
-<li>[MNG-4836] - Incorrect recursive expression cycle errors (update plexus-interpolation)</li>
-<li>[MNG-4837] - Interpolation error due to cyclic expression for one of the POM coordinates gets needlessly repeated</li>
-<li>[MNG-4842] - [regression] Repositories discovered in dependency POMs override repositories configured for original resolution request of POM</li>
-<li>[MNG-4845] - [regression] MavenProject.getDependencyArtifact() returns artifacts without version for dependency with version range</li></ul></div>
-<div class="section">
-<h4>Improvement<a name="Improvement"></a></h4>
-<ul>
-<li>[MNG-4452] - Metadata for snapshots should include classifier</li>
-<li>[MNG-4787] - Allow class realm manager delegates to alter public part of Maven core realm</li>
-<li>[MNG-4815] - (3.0-RC1) Maven Java API does not give nice error messages when improperly configured</li>
-<li>[MNG-4824] - multiple failures need additional whitespace</li>
-<li>[MNG-4825] - Relative path errors could be more explicit</li></ul></div>
-<div class="section">
-<h4>New Feature<a name="New_Feature"></a></h4>
-<ul>
-<li>[MNG-4484] - Create a Maven API for component configuration</li></ul></div>
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
 <div class="section">
-<h4>Task<a name="Task"></a></h4>
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
-<li>[MNG-4805] - Update default plugin versions used for built-in lifecycle mappings</li>
-<li>[MNG-4807] - Extend core artifact filter to exclude relocated Guice-based Plexus shim</li></ul></div>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
 <div class="section">
-<h4>Wish<a name="Wish"></a></h4>
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<p>------ Release Notes - Maven 3.0 ------ Brett Porter ------ 10 August 2010 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.0<a name="Maven_3.0"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.0.</p>
+<p>Maven 3.0 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li></ul>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
 <ul>
-<li>[MNG-4796] - add a warning when profiles.xml is used (Maven 2) or detected (Maven 3)</li></ul></div></div>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
 <div class="section">
 <h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
 <ul>

Modified: websites/staging/maven/trunk/content/docs/3.1.0-alpha-1/release-notes.html
==============================================================================
--- websites/staging/maven/trunk/content/docs/3.1.0-alpha-1/release-notes.html (original)
+++ websites/staging/maven/trunk/content/docs/3.1.0-alpha-1/release-notes.html Fri Jun 27 22:24:10 2014
@@ -249,100 +249,168 @@
 <li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
 <li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
 <li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
 <div class="section">
-<h3>Maven 3.1.0-alpha-1 Release Notes<a name="Maven_3.1.0-alpha-1_Release_Notes"></a></h3>
-<p>Maven 3.1.0-alpha-1 is the first release of the 3.1.x series.</p>
-<p>The full list of changes can be found in our <a class="externalLink" href="https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&amp;version=18967">issue management system</a>, and is reproduced below.</p>
-<div class="section">
-<h4>Major Changes<a name="Major_Changes"></a></h4>
-<p>The use of JSR330 in the core for extensions and in Maven plugins. You can read more about it in the <a class="externalLink" href="http://maven.apache.org/maven-jsr330.html">Maven and JSR330</a> document.</p>
-<p>The use of SLF4J in the core for logging. You can read more about it in the <a class="externalLink" href="http://maven.apache.org/maven-logging.html">Maven and SLF4J</a> document.</p>
-<p>The switch in the core from Sonatype Aether to <a class="externalLink" href="http://eclipse.org/aether">Eclipse Aether</a>.</p></div>
-<div class="section">
-<h4>Known Incompatibilities with Maven 3.0.x<a name="Known_Incompatibilities_with_Maven_3.0.x"></a></h4>
-<p>The significant change in Eclipse Aether with respect to API changes and package relocation will likely cause issues with plugins that directly depend on Aether. We are aware of the issues in the Maven Site Plugin, the Maven Dependency Plugin, the Maven Shade Plugin and the Maven Project Info Reports Plugin, and have fixed them in recent releases. But this is a significant change and is likely to cause issues in any plugin that depends on the now deprecated Sonatype Aether. In the external plugin ecosystem, it is known that Tycho, the Android Maven Plugin and the NetBeans Module Plugin are also affected: the plugin developers are aware of this issue and will release a new version of the plugin to address it.</p>
-<p>We maintain a <a class="externalLink" href="https://cwiki.apache.org/confluence/display/MAVEN/AetherClassNotFound">list of affected plugins with fixed version</a>: please report if you find another plugin not yet in this list.</p></div>
-<div class="section">
-<h4>Release Notes - Maven - Version 3.1.0-alpha-1 (since 3.0.5 only)<a name="Release_Notes_-_Maven_-_Version_3.1.0-alpha-1_since_3.0.5_only"></a></h4></div>
-<div class="section">
-<h4>Bug<a name="Bug"></a></h4>
-<ul>
-<li>[MNG-3131] - Error message is misleading if a missing plugin parameter is of a type like List</li>
-<li>[MNG-5016] - A mirror's layout setting should default to 'default' since thats' the only layout supported lay in maven 3</li>
-<li>[MNG-5206] - plexus container never disposed</li>
-<li>[MNG-5208] - Parallel (-T option) multi module build fires wrong &quot;project failed event&quot;</li>
-<li>[MNG-5209] - MavenProject.getTestClasspathElements can return null elements</li>
-<li>[MNG-5212] - DefaultPluginDescriptorCache does not retain pluginDescriptor dependencies</li>
-<li>[MNG-5214] - Dependency resolution substitutes g:a:v:jar for j:a:v:something-else when something-else isn't in the reactor</li>
-<li>[MNG-5233] - ArtifactMetadataRetrievalException from org.apache.maven.artifact.metadata is not anymore binary compatible.</li>
-<li>[MNG-5258] - localRepository in settings.xml does not handle ~ as home.dir</li>
-<li>[MNG-5261] - upgrade wagon version to 2.3 to fix issues with redirect</li>
-<li>[MNG-5270] - README.bootstrap.txt says &quot;Ant 1.6.5 or later&quot; BUT 1.8 or later is needed</li>
-<li>[MNG-5280] - Inconsistent order of repositories and pluginRepositories from profiles in settings (regression Maven 3)</li>
-<li>[MNG-5289] - -Dmaven.repo.local not honored</li>
-<li>[MNG-5312] - MavenProject.getParent intolerably slow when import scope used heavily</li>
-<li>[MNG-5313] - Unnecessary DefaultModelBuilder.build overload</li>
-<li>[MNG-5314] - DefaultModelValidator misuses String.matches</li>
-<li>[MNG-5336] - Descriptor Reference for settings.xml is incorrect</li>
-<li>[MNG-5387] - Add ability to replace an artifact in mid-build</li>
-<li>[MNG-5390] - mvn -rf (no argument) results in NPE</li>
-<li>[MNG-5395] - logger name for plugins should not be DefaultMavenPluginManager</li>
-<li>[MNG-5396] - logger name for execution events should not be MavenCli</li>
-<li>[MNG-5398] - scriptSourceDirectory in superpom is not prefixed with /usr/home/cmsslave/slave15/maven-site-staging/build/trunk/</li>
-<li>[MNG-5403] - tar.gz release artifacts have wrong permissions on directories</li>
-<li>[MNG-5418] - Can't activate a profile by checking for the presence of a file in $<a name="myProperty">myProperty</a></li>
-<li>[MNG-5430] - use wagon 2.4</li>
-<li>[MNG-5444] - ModelSource API is not sufficient to resolve project hierachies</li>
-<li>[MNG-5445] - Missing PathTranslator @Requirement in org.apache.maven.project.interpolation.StringSearchModelInterpolator</li>
-<li>[MNG-5456] - Maven skips modules and reports success if parallel build encounters java.lang.Error</li>
-<li>[MNG-5477] - &quot;malformed POM&quot; warning issued when no version in reporting section</li></ul></div>
-<div class="section">
-<h4>Improvement<a name="Improvement"></a></h4>
-<ul>
-<li>[MNG-4505] - use slf4j to control various logging frameworks</li>
-<li>[MNG-5181] - New resolution from local repository is very confusing</li>
-<li>[MNG-5239] - Maven integration developers would like to be able to override the maven logging appender.</li>
-<li>[MNG-5245] - upgrade default plugins versions</li>
-<li>[MNG-5338] - Accept a directory with -f/--file</li>
-<li>[MNG-5350] - improve @threadSafe error message: tell which goal</li>
-<li>[MNG-5399] - Upgrade version of maven-release-plugin in superpom to 2.3.2</li>
-<li>[MNG-5400] - Upgrade version of maven-dependency-plugin in superpom to 2.5</li>
-<li>[MNG-5402] - Better build number for git</li>
-<li>[MNG-5480] - document in POM descriptor reference how urls are interpolated from parent</li>
-<li>[MNG-5482] - Catch NoClassDefFoundError org/sonatype/aether</li></ul></div>
-<div class="section">
-<h4>New Feature<a name="New_Feature"></a></h4>
-<ul>
-<li>[MNG-519] - Timestamps on messages</li>
-<li>[MNG-5306] - for IDE embedding have ways of collecting model problems without failing the process</li>
-<li>[MNG-5343] - Allow the use of JSR330 annotation in Maven extensions and plugins</li>
-<li>[MNG-5344] - Allow the SLF4J loggers to be @Injected</li>
-<li>[MNG-5354] - Integrate Eclipse Aether 0.9.0.M2</li>
-<li>[MNG-5380] - Cannot preserve whitespace in Maven plugin configuration</li>
-<li>[MNG-5381] - Restore MavenSession.getRepositoryCache()</li>
-<li>[MNG-5382] - Add an IT for @Inject used in plugins</li>
-<li>[MNG-5386] - Dispose of ClassRealms after invocation to prevent out of Permgen errors</li>
-<li>[MNG-5388] - Restore embedded integration tests</li>
-<li>[MNG-5391] - Update the default WAR plugin version to avoid version 2.3</li>
-<li>[MNG-5393] - Look at Sonar's use of SLF4J and Logback</li>
-<li>[MNG-5397] - Use SLF4J for logging</li>
-<li>[MNG-5407] - Change MavenITmng1830ShowVersionTest to account for SHA1 as version</li></ul></div>
-<div class="section">
-<h4>Task<a name="Task"></a></h4>
-<ul>
-<li>[MNG-5279] - add CLI options to documentation</li>
-<li>[MNG-5365] - Replace Aether's deprecated ConfigurationProperties with ConfigUtils</li>
-<li>[MNG-5372] - remove classes that were added during Maven 3 alpha and beta but were deprecated before 3.0 final release</li>
-<li>[MNG-5373] - Document the usage and benefits of JSR330</li>
-<li>[MNG-5374] - Fix transfer listener after the JSR330 merge</li>
-<li>[MNG-5375] - Document use of SLF4J</li>
-<li>[MNG-5376] - Account for changes between the Apple and Oracle JDKs on OSX</li>
-<li>[MNG-5453] - Update Maven 3 build to use Eclipse/Sisu</li></ul></div>
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
+<div class="section">
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
+<ul>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<p>------ Release Notes - Maven 3.1.0-alpha-1 ------ Jason van Zyl ------ 6 June 2013 ------</p><!-- 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 --></div>
 <div class="section">
-<h4>Wish<a name="Wish"></a></h4>
+<h2>Maven 3.1.0-alpha-1<a name="Maven_3.1.0-alpha-1"></a></h2>
+<p>The Apache Maven team would like to announce the release of Maven 3.1.0-alpha-1.</p>
+<p>Maven 3.1.0-alpha-1 is <a href="../../download.html"> available for download</a>.</p>
+<p>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.</p>
+<p>Maven 3 aims to ensure backward compatibility with Maven 2, improve usability, increase performance, allow safe embedding, and pave the way to implement many highly demanded features.</p>
+<p>The core release is independent of the plugins available. Further releases of plugins will be made separately. See the <a href="../../plugins/index.html"> Plugin List</a> for more information.</p>
+<p>We hope you enjoy using Maven! If you have any questions, please consult:</p>
 <ul>
-<li>[MNG-5370] - separate artifact-handlers configuration from plugin bindings to default lifecycle</li>
-<li>[MNG-5461] - rename _maven.repositories tracking file to _remote.repositories</li></ul></div></div>
+<li>the web site: <a class="externalLink" href="http://maven.apache.org/">http://maven.apache.org/</a></li>
+<li>the maven-user mailing list: <a class="externalLink" href="http://maven.apache.org/mail-lists.html">http://maven.apache.org/mail-lists.html</a></li>
+<li>the reference documentation: <a class="externalLink" href="http://maven.apache.org/ref/3.1.0-alpha-1/">http://maven.apache.org/ref/3.1.0-alpha-1/</a></li></ul>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
+<div class="section">
+<h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
+<ul>
+<li>See <a href="../../release-notes-3.x.html">complete release notes for 3.x</a></li>
+<li>See <a href="../../release-notes-all.html">complete release notes for all versions</a></li></ul></div>
 <div class="section">
 <h3>Complete Release Notes<a name="Complete_Release_Notes"></a></h3>
 <ul>