| * 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 Maven 2.0.11 super POM: |
| |
| 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 | |
| *--*--* |
| | 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 Maven 2.0.11 |
| |
| ** 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 |