You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by bu...@apache.org on 2013/06/08 09:20:49 UTC

svn commit: r864825 - in /websites/staging/maven/trunk/content: ./ maven-site-1.0-site.jar release-notes-3.x.html release-notes-all.html

Author: buildbot
Date: Sat Jun  8 07:20:49 2013
New Revision: 864825

Log:
Staging update by buildbot for maven

Modified:
    websites/staging/maven/trunk/content/   (props changed)
    websites/staging/maven/trunk/content/maven-site-1.0-site.jar
    websites/staging/maven/trunk/content/release-notes-3.x.html
    websites/staging/maven/trunk/content/release-notes-all.html

Propchange: websites/staging/maven/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Jun  8 07:20:49 2013
@@ -1 +1 @@
-1490927
+1490928

Modified: websites/staging/maven/trunk/content/maven-site-1.0-site.jar
==============================================================================
Binary files - no diff available.

Modified: websites/staging/maven/trunk/content/release-notes-3.x.html
==============================================================================
--- websites/staging/maven/trunk/content/release-notes-3.x.html (original)
+++ websites/staging/maven/trunk/content/release-notes-3.x.html Sat Jun  8 07:20:49 2013
@@ -237,9 +237,101 @@
         <!-- 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/referen
 ces/apt-format.html --><div class="section">
 <h2>Release Notes - Maven 3.x<a name="Release_Notes_-_Maven_3.x"></a></h2>
 <div class="section">
-<h3>Apache Maven 3.0.5 Release Notes<a name="Apache_Maven_3.0.5_Release_Notes"></a></h3>
+<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>
+<div class="section">
+<h4>Wish<a name="Wish"></a></h4>
+<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 * Apache Maven 3.0.5 Release Notes</li></ul>
 <p>Apache Maven 3.0.5 is a maintenance release to address various regressions/bugs and to deliver other minor improvements. The new version 3.0.5 is a recommended update for anybody currently using Maven 3.0.x.</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=19088">issue management system</a>, and is reproduced below.</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=19088">issue management system</a>, and is reproduced below.</p></div>
 <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.x.</p></div>

Modified: websites/staging/maven/trunk/content/release-notes-all.html
==============================================================================
--- websites/staging/maven/trunk/content/release-notes-all.html (original)
+++ websites/staging/maven/trunk/content/release-notes-all.html Sat Jun  8 07:20:49 2013
@@ -237,9 +237,101 @@
         <!-- 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/referen
 ces/apt-format.html --><div class="section">
 <h2>Release Notes<a name="Release_Notes"></a></h2>
 <div class="section">
-<h3>Apache Maven 3.0.5 Release Notes<a name="Apache_Maven_3.0.5_Release_Notes"></a></h3>
+<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>
+<div class="section">
+<h4>Wish<a name="Wish"></a></h4>
+<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 * Apache Maven 3.0.5 Release Notes</li></ul>
 <p>Apache Maven 3.0.5 is a maintenance release to address various regressions/bugs and to deliver other minor improvements. The new version 3.0.5 is a recommended update for anybody currently using Maven 3.0.x.</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=19088">issue management system</a>, and is reproduced below.</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=19088">issue management system</a>, and is reproduced below.</p></div>
 <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.x.</p></div>