Author: brett
Date: Wed Feb 4 10:46:40 2009
New Revision: 740687
URL: http://svn.apache.org/viewvc?rev=740687&view=rev
Log:
updated release notes for 2.1.0-M2
Added:
maven/site/trunk/src/site/apt/release-notes-preview.apt.vm (contents,
props changed)
- copied, changed from r739152,
maven/site/trunk/src/site/apt/release-notes.apt.vm
Modified:
maven/site/trunk/src/site/apt/download.apt.vm
Modified: maven/site/trunk/src/site/apt/download.apt.vm
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/download.apt.vm?rev=740687&r1=740686&r2=740687&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/download.apt.vm (original)
+++ maven/site/trunk/src/site/apt/download.apt.vm Wed Feb 4 10:46:40 2009
@@ -29,6 +29,8 @@
*-------------------------+---------+----------+-----------+
| Maven Ant Tasks 2.0.9 |
{{{http://www.apache.org/dyn/closer.cgi/maven/binaries/maven-ant-tasks-2.0.9.jar}
maven-ant-tasks-2.0.9.jar}} |
{{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.9.jar.md5}
maven-ant-tasks-2.0.9.jar.md5}} |
{{{http://www.apache.org/dist/maven/binaries/maven-ant-tasks-2.0.9.jar.asc}
maven-ant-tasks-2.0.9.jar.asc}} |
*-------------------------+---------+----------+-----------+
+| Release Notes | {{{./release-notes.html} ${currentVersion}}} | | |
+*-------------------------+---------+----------+-----------+
You could also download the current documentation, i.e. this website, as a
{{{./maven-site-1.0-site.jar}single jar}} file.
@@ -43,6 +45,8 @@
*-------------------------+---------+----------+-----------+
| Maven ${currentPreviewVersion} (zip) |
{{{http://www.apache.org/dyn/closer.cgi/maven/binaries/apache-maven-${currentPreviewVersion}-bin.zip}
apache-maven-${currentPreviewVersion}-bin.zip}} |
{{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentPreviewVersion}-bin.zip.md5}
apache-maven-${currentPreviewVersion}-bin.zip.md5}} |
{{{http://www.apache.org/dist/maven/binaries/apache-maven-${currentPreviewVersion}-bin.zip.asc}
apache-maven-${currentPreviewVersion}-bin.zip.asc}} |
*-------------------------+---------+----------+-----------+
+| Release Notes | {{{./release-notes-preview.html}
${currentPreviewVersion}}} | | |
+*-------------------------+---------+----------+-----------+
* Previous Releases
Copied: maven/site/trunk/src/site/apt/release-notes-preview.apt.vm (from
r739152, maven/site/trunk/src/site/apt/release-notes.apt.vm)
URL:
http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/release-notes-preview.apt.vm?p2=maven/site/trunk/src/site/apt/release-notes-preview.apt.vm&p1=maven/site/trunk/src/site/apt/release-notes.apt.vm&r1=739152&r2=740687&rev=740687&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/release-notes.apt.vm (original)
+++ maven/site/trunk/src/site/apt/release-notes-preview.apt.vm Wed Feb 4
10:46:40 2009
@@ -1,11 +1,11 @@
------
-Release Notes - Maven ${currentVersion}
+Release Notes - Maven ${currentPreviewVersion}
------
Brett Porter
Jason van Zyl
Brian Fox
------
-9 April 2008
+4 February 2009
------
~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -28,11 +28,11 @@
~~ NOTE: For help with the syntax of this file, see:
~~ http://maven.apache.org/doxia/references/apt-format.html
-Maven ${currentVersion}
+Maven ${currentPreviewVersion}
- The Apache Maven team would like to announce the release of Maven
${currentVersion}.
+ The Apache Maven team would like to announce the release of Maven
${currentPreviewVersion}.
- Maven ${currentVersion} is {{{./download.html} available for download}}.
+ Maven ${currentPreviewVersion} is {{{./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.
@@ -46,228 +46,269 @@
* the maven-user mailing list: {{http://maven.apache.org/mail-lists.html}}
- For news and information, see:
+* 2.1.0-M2 Release Notes
- * Maven Dashboard: {{http://docs.codehaus.org/display/MAVEN/Home}}
-
-* 2.0.9 Release Notes
-
- The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=13801&styleName=Html&projectId=10500&Create=Create}issue
management system}}, and is reproduced below.
+ The full list of changes can be found in our
{{{http://jira.codehaus.org/secure/ReleaseNote.jspa?version=14587&styleName=Html&projectId=10500&Create=Create}issue
management system}}, and is reproduced below.
** Changes that may affect existing builds.
- This release was extensively screened for regressions with Release
Candidates but several things are worth noting.
-
- * MNG-3395 - Starting in 2.0.9, we have provided defaults in the super pom
for the plugins bound by default to the lifecycle and a few other often used
plugins. This will introduce a bit of stability to your builds because core
plugins will not change magically on you when they are released. We still
recommend taking control of your plugin versions via pluginManagement
declarations as this is the most robust way to future proof your builds.
Defaulting the plugins in the superpom was a step towards introducing stability
for small builds and new users. A full table of the versions used is shown in
the next section.
-
- * MNG-1412 / MNG-3111 introduced deterministic ordering of dependencies on
the classpath. In the past, natural set ordering was used and this lead to odd
results. The ordering is now preserved from your pom, with dependencies added
by inheritence added last. In builds that had conflicting or duplicate
dependencies, this may introduce a change to the output. In short, if you have
weird issues with 2.0.9, take a look at the dependencies to see if you have
conflicts somewhere.
+ * MNG-3600 - The <<<\<server\>>>> element in <<<settings.xml>>> no longer
specifies a default value for file and directory modes on remotely deployed
files. Please refer to the Settings guides for how to configure this
appropriately for your deployment environment.
** Noteworthy Changes and improvements
-
- * MNG-2234 - In the past, settings.xml was ignored if there was no pom
present (like in archetype:generate). Now all settings will be interpreted
correctly.
-
- * MNG-2664 - The webdav wagon is now included in the core bundle by
default. This means deploying 3rd party jars without a pom is a bit easier. The
version of the wagon may still be overriden with an extension declaration
within your pom.
-
- * MNG-2972 The plugin.dependency section can now override the dependencies
specified by a plugin itself. This is useful for example to upgrade the version
of checkstyle used by the checkstyle plugin (and many more).
+ * MNG-3760 - <<<$\{project.baseUri\}>>> has been added as a valid
expression in the POM, and is a valid URI equivalent of <<<$\{basedir\}>>>
- * MNG-3286 - The inherited field in a plugin execution block is now
functioning correctly. Previously you could only dis-inherit an entire plugin
configuration.
+ * MNG-2576 - Additional switches to the command line for alternate reactor
behavior: <<<--resume-from>>>, <<<--also-make>>>, and
<<<--also-make-dependents>>>.
- * MNG-3220 - There is now a new scope for importing managed dependencies.
See
{{{http://docs.codehaus.org/display/MAVEN/Importing+Managed+Dependencies}here}}
and
{{{./guides/introduction/introduction-to-dependency-mechanism.html#Importing_Dependencies}here}}
for details. Please note that the use of this scope will break backwards
compatibility with older Maven versions. If you use this, you should use the
maven-enforcer-plugin to require a minimum maven version of 2.0.9
-
- * MNG-3394 - plugin versions specified in pluginManagement are now
properly overriden by build.plugin.version specification.
+** Complete list of issues fixed in 2.1.0-M2
- * MNG-3415 - Transmission errors when downloading artifacts should not
corrupt the local repository metadata. Hopefully this means the end of "delete
your local repo" as a debug step.
-
- * MNG-3461 - There is a new, more flexible way to define mirror settings.
See the settings {{{./settings.html#Mirrors}specification}} for more
information.
+*** Bug
-** Plugin Versions defined in the 2.0.9 super pom:
+ * [MNG-1349] - openssl checksums are not accepted by maven
- See the raw super pom for 2.0.9
{{{http://svn.apache.org/viewvc/maven/components/tags/maven-2.0.9/maven-project/src/main/resources/org/apache/maven/project/pom-4.0.0.xml}here}}.
-
-*--*--*
-| Antrun | 1.1 |
-*--*--*
-| Assembly| 2.2-beta-2 |
-*--*--*
-| Clean| 2.2 |
-*--*--*
-| Compiler-plugin| 2.0.2 |
-*--*--*
-| Dependency| 2.0 |
-*--*--*
-| Deploy| 2.3 |
-*--*--*
-| Ear| 2.3.1|
-*--*--*
-| Ejb|2.1 |
-*--*--*
-| Install|2.2 |
-*--*--*
-| Jar| 2.2|
-*--*--*
-| Javadoc| 2.4 |
-*--*--*
-| Plugin| 2.4.1|
-*--*--*
-| Rar| 2.2|
-*--*--*
-| Release| 2.0-beta-7|
-*--*--*
-| Resources| 2.2|
-*--*--*
-| Site|2.0-beta-6 |
-*--*--*
-| Source| 2.0.4 |
-*--*--*
-| Surefire| 2.4.2|
-*--*--*
-| War| 2.1-alpha-1|
-*--*--*
-Default Plugin Versions
-
-
-
-* Complete list of issues fixed in 2.0.9
-
-** Bug
+ * [MNG-1992] - CLI -D should override properties in settings.xml
- * [MNG-1412] - dependency sorting in classpath
-
- * [MNG-1914] - Wrong url in error message when using a mirror
-
- * [MNG-2123] - NullPointerException when a dependency uses version range
and another uses an actual version incompatible with that range
-
- * [MNG-2145] - Plugins' dependencies are not always checked
-
- * [MNG-2178] - incorrect M2_HOME guess in mvn.bat
-
- * [MNG-2234] - activeProfile in ~/.m2/settings.xml is ignored when
profiles section is missing or empty
-
- * [MNG-2339] - $\{project.*\} are interpreted in the wrong place
-
- * [MNG-2744] - checksum comparison should be case-insensitive
-
- * [MNG-2809] - Can't activate a profile by checking for the presence of a
file in ${user.home}
-
- * [MNG-2848] - Environment variables in profile activation not working
-
- * [MNG-2861] - NullPointerException in DefaultArtifactCollector for
relocated resolvedArtifacts with different version ranges and available
versions.
-
- * [MNG-2925] - NullPointerException in PluginDescriptor.getMojo() if
there's no mojo in pom.xml
-
- * [MNG-2928] - Null pointer exeception when introducing version range
[major.minor.build-SNAPSHOT,)
-
- * [MNG-2972] - Ignores version of plugin dependency specified in my pom
-
- * [MNG-3086] - NullPointerException in
ResolutionNode.getTrail(ResolutionNode.java:136)
-
- * [MNG-3099] - Profiles ignored when working with non-projects (such as
archetype:create)
-
- * [MNG-3111] - Classpath order incorrect
-
- * [MNG-3156] - NullPointerException with mvn dependency:sources
-
- * [MNG-3221] - Infinite loop in DefaultLifecycleExecutor
-
- * [MNG-3259] - Regression: Maven drops dependencies in multi-module build
-
- * [MNG-3286] - execution.inherited field is ignored
-
- * [MNG-3288] - Invalid systemPath allows build to continue--failing in
later phase.
-
- * [MNG-3296] - mvn.bat looses error code on windows NT type platforms
-
- * [MNG-3310] - JAVACMD set incorrectly when JAVA_HOME is not set
-
- * [MNG-3316] - Barfs at attribues named .*encoding
-
- * [MNG-3354] - mvn.bat incorrectly detects OS on Windows NT or XP with
Novell login
-
- * [MNG-3355] - CLONE -${pom.build.sourceDirectory} and
${pom.build.testSourceDirectory} no longer recognized
-
- * [MNG-3365] - Remove trailing-backslashes from M2_HOME in mvn.bat
-
- * [MNG-3394] - Plugin versions inherited via <pluginManagement> cannot be
overriden by <build>.<plugins> sect
-ion of sub modules
+ * [MNG-1999] - Reporting inheritance does not work properly
+
+ * [MNG-2433] - Maven looks for snapshots in offline mode
+
+ * [MNG-2605] - Profiles in profiles.xml are active by default
+
+ * [MNG-2668] - Plugin dependencies should be considered when the reactor
creates the build order list
+
+ * [MNG-2695] - -o makes build fail for snapshot plugins
+
+ * [MNG-3139] - The skin does not exist: Unable to determine the release
version
+
+ * [MNG-3271] - \<excludeDefaults\> does not seem to work
+
+ * [MNG-3314] - offline build not running, when having SNAPSHOT dependencies
+
+ * [MNG-3530] - Regression: Properties get resolved before the LifeCycle is
Forked.
+
+ * [MNG-3628] - When running offline, snapshot artifcats cannot be resolved
even if they have previously be dowloaded from a repository
- * [MNG-3396] - Managed versions dont affect over constrained ranges
+ * [MNG-3645] - Maven doesn't do strict model validation for POMs in the
current reactor
- * [MNG-3400] - MavenProject is not extensible
+ * [MNG-3719] - [regression] plugin execution ordering no longer POM
ordered in 2.0.9
- * [MNG-3405] - "Checking for updates from repository" logging should not
display if WagonManager is offline
+ * [MNG-3757] - Setting M2_HOME to nothing and running ant delets contents
of the current folder
- * [MNG-3410] - Managed versions in plugins are not considered when using
them
+ * [MNG-3768] - [regression] Class folder system dependency doesn't work
anymore
- * [MNG-3415] - Transfer errors cause junk metadata in the local repo
+ * [MNG-3769] - [regression] Excluding relocated transitive dependencies
does not work
- * [MNG-3426] - regression : <dependency> in plugin configuration doesn't
override plugin classpath
+ * [MNG-3776] - Namespace misspelled in settings.xml
- * [MNG-3430] - Toolchain doesn't match Toolchain extensions
+ * [MNG-3808] - Execution order of report plugins is arbitrary if
inheritance is involved
- * [MNG-3431] - Pom Extensions not supported for Toolchains
+ * [MNG-3810] - [regression] Null Pointer Exception when Activation Profile
Property is Empty
- * [MNG-3439] - incorrect child dependency selected when parent is not
selected
+ * [MNG-3899] - Inheritance does not merge extensions with same gid and aid
- * [MNG-3441] - Maven should always retrieve metadata to be updated from
the deployment repository
+ * [MNG-3906] - Project-level plugin dependencies are in random order after
merging
- * [MNG-3460] - org.apache.maven.profiles.DefaultProfileManagerTest fails
if you use a different local repo
+ * [MNG-3920] - Problem using velocity component
- * [MNG-3464] - maven-toolchains missing from final binary.. need to update
the assembly
+ * [MNG-3930] - mvn.bat doesn't handle ampersand in Windows user name
properly
- * [MNG-3473] - site generation with 2.0.9 and plugin:report (2.4 ONLY) is
broken
+ * [MNG-3933] - Profiles.xml does not pickup OS family
- * [MNG-3484] - INT_MAVEN_OPTS are not quoted in mvnDebug which causes
issues on some shells
+ * [MNG-3940] - Interpolation of environment variables is not
case-insensitive on Windows
- * [MNG-3485] - unable to override wagons that are bundled with a different
version via extensions
+ * [MNG-3948] - Remote repos defined by profiles outside of settings.xml
are not used to resolve parent POMs
- * [MNG-3494] - local pom dependencies should get injected before inherited
dependencies
+ * [MNG-3974] - New mirror syntax is not stopping on first match
- * [MNG-3495] - NPE at
org.apache.maven.wagon.repository.Repository.hashCode(Repository.java:241)
+ * [MNG-4016] - Properties with the prefix project/pom are not interpolated
from the properties section
-** Improvement
+*** Improvement
- * [MNG-428] - Japanese message resource
+ * [MNG-553] - Secure Storage of Server Passwords
- * [MNG-2881] - Improve logging when downloading snapshots in offline mode
+ * [MNG-1830] - add a 'compiled on \<timestamp\>' label when maven 2 is
invoked with --version option
- * [MNG-3279] - Support Exception Chaining for MojoFailureException
+ * [MNG-1957] - \<jdk\>\</jdk\> clause in the activation section has to
provide more complex expressions.
- * [MNG-3318] - ActiveProjectArtifact should have appropriate equals and
hashCode methods
+ * [MNG-3424] - Respect ordering of elements as given in POM
- * [MNG-3331] - Normalize paths to sub modules
+ * [MNG-3451] - Add german translation
- * [MNG-3388] - DefaultPluginManager needs to catch LinkageError
+ * [MNG-3503] - Shade MX* classes from plexus-utils
- * [MNG-3395] - Default core plugin versions in the superpom.
+ * [MNG-3544] - Beautify debug output for mojo parameters of type array
- * [MNG-3442] - Add explicit resource bundle for English
+ * [MNG-3600] - remove default settings of 664 / 775 for permissions
- * [MNG-3461] - Enhance Mirror definition syntax
+ * [MNG-3787] - Add plugin version to default reports
- * [MNG-3467] - PatternSet needs a toString() method to properly print in
debug mode
+ * [MNG-3795] - Add example \<pluginGroups\> snippet to conf/settings.xml
in distribution
- * [MNG-3468] - FileSet needs a toString() method to properly print in
debug mode
+ * [MNG-3867] - Support MAVEN_OPTS in mvnDebug script
- * [MNG-3469] - Resource needs a toString() method to properly print in
debug mode
+ * [MNG-3951] - Hide drive-relative paths from plugins
-** New Feature
+ * [MNG-3975] - getArtifact(Artifact artifact, List remoteRepositories)
should include Exception in debug log messages.
- * [MNG-2664] - Add native support for webdav
+*** New Feature
- * [MNG-3220] - Allow managed dependencies to be imported into other
projects
+ * [MNG-2097] - adding a phase called prepare-package
-** Task
+ * [MNG-3760] - Support property $\{baseurl\} to get RFC-compliant URL of
project base directory
+
+*** Task
* [MNG-2883] - Make sure that the network isn't used for snapshots in
offline mode when legacy repositories are used
-** Wish
+ * [MNG-3936] - Remove m2.bat from distribution
- * [MNG-1491] - Reactor should print out a message if it detects a
collision of artifact ids
-
-
-* Release notes for older versions
+** Complete list of issues fixed in 2.1.0-M1
+
+*** Bug
+
+ * [MNG-2739] - Repository entries are not validated and NPE will occur
+
+ * [MNG-2873] - Unable to find transitive dependencies when they have been
relocated.
+
+ * [MNG-3052] - Transitive Dependency not found when repo is not listed
+
+ * [MNG-3070] - $\{x\} properties no longer expanded in \</version\> tag
after 2.0.3
+
+ * [MNG-3106] - Multiple profile activation conditions broken
+
+ * [MNG-3368] - Printing version (-v argument) should not stop lifecycle
execution
+
+ * [MNG-3380] - MavenMetadataSource retrieves ResolutionGroup without
consulting ManagedVersionMap, is problem when relocation
+
+ * [MNG-3475] - Some directories are not basedir aligned
+
+ * [MNG-3482] - merging managed dependencies happens before
managed-dependency versions are interpolated
+
+ * [MNG-3497] - rar, par and ejb3 archives should not be added to classpath
+
+ * [MNG-3498] - StringIndexOutOfBounds -1 during path translation while
reading pom.xml
- * See {{{./release-notes-older.html}here}}
+ * [MNG-3527] - profile deactivation has no affect
-
\ No newline at end of file
+ * [MNG-3535] - Valid properties which look self referential fail to resolve
+
+ * [MNG-3536] - REGRESSION: pom.build.sourceDirectory in Maven 2.0.9: it
doesn't work anymore
+
+ * [MNG-3545] - Option -P-profile overridden if profile is activebyDefault
+
+ * [MNG-3581] - stage:copy ClassCastException with maven 2.0.9
+
+ * [MNG-3584] - possible new memory leak in Maven 2.0.9
+
+ * [MNG-3585] - nonProxyHosts separator is wrong in the default settings.xml
+
+ * [MNG-3599] - webdav does not set http-proxy correctly
+
+ * [MNG-3622] - upgrade to wagon 1.0-beta-4
+
+ * [MNG-3639] - Ant 1.7.0 Task not found after upgrading from Maven 2.0.8
to 2.0.9
+
+ * [MNG-3642] - back-propagation of resources doesn't handle multiple
resources with the same directory
+
+ * [MNG-3651] - mvn.bat returns an incorrect error code
+
+ * [MNG-3654] - [regression] unable to build ServiceMix 3 -
IndexOutOfBoundsException in mergeDeterministicBuildElements
+
+ * [MNG-3662] - Model interpolation crashes if property resolves to value
with ampersand
+
+ * [MNG-3667] - Dependencies resolution is wrong in some cases
(xfire-core:1.2.6 for example)
+
+ * [MNG-3671] - plugin-level dependencies in POMs are not interpolated at
correct time
+
+ * [MNG-3679] - \<execution\>\<id\>$\{some.custom.var\}\</id\> ... broke
+
+ * [MNG-3680] - POM validation fails on projects in central repo starting
with 2.0.10 RCs
+
+ * [MNG-3684] - Injection of Build instance as report parameter results in
uninterpolated values for build.directory, etc.
+
+ * [MNG-3693] - Updating project POM via project.setFile(..) changes
project basedir, and project classpath when used as a dependency in a reactor
+
+ * [MNG-3694] - plugin parameters injecting $\{project.compileSourceRoots\}
get uninterpolated source directories
+
+ * [MNG-3697] - NPE at DefaultPluginManager line 700 (from Hudson CI)
+
+ * [MNG-3701] - ClassCastException when building settings.xml with profiles
that have activeByDefault set
+
+ * [MNG-3703] - ExecutionProject contains relative paths in
compileSourceRoots
+
+ * [MNG-3704] - NPE in DefaultLIfecycleExecutor when run from within Hudson
builds
+
+ * [MNG-3705] - Expression: $\{executedProject\} doesn't work in reports
+
+ * [MNG-3710] - ModelUtils.cloneModel() and .cloneBuild() pollute existing
Plugin instances with merged information
+
+ * [MNG-3716] - Aggregators that fork lifecycles don't have execution
projects setup for all projects in the reactor.
+
+ * [MNG-3717] - Maven prompts for a password when one is provided over SSH
in some circumstances
+
+ * [MNG-3718] - Build timestamp interpolator gives hours in AM/PM instead
of 24-hour time
+
+ * [MNG-3722] - Fail to run CXF code generation with 2.0.10 RC
+
+ * [MNG-3723] - $\{project.basedir\} is not interpolated
+
+ * [MNG-3724] - ExecutionProject not getting updated
compile/test-compile/script roots in RC10
+
+ * [MNG-3729] - Maven 2.0.10-RC10 fails with NPE on assembly:assembly
+
+ * [MNG-3740] - Plugin builds that reference earlier versions of themselves
in the \<plugins\> section of the POM result in StackOverflowError in
2.1.0-M1-RC12
+
+ * [MNG-3741] - CLONE maven-plugin-tools-api requires relative script root
paths
+
+ * [MNG-3743] - pluginManagement not consulted when building from lifecycle
forked via javdoc reports
+
+ * [MNG-3746] - POM properties do not override default system properties
during POM interpolation
+
+ * [MNG-3747] - relative build paths are not path-translated when using
prefixed expressions (eg. project.build.directory) in plugin configurations
+
+ * [MNG-3748] - settings builder doesn't use strict mode in xml parser
+
+ * [MNG-3885] - Modules of Maven projects are deployed with Timestamp
during reactor build when uniqueVersion is set to false in parent profile
+
+ * [MNG-3924] - FATAL ERROR if a variable contains < or >
+
+*** Improvement
+
+ * [MNG-2609] - Mention 'activeByDefault' in the "Introduction to Build
Profiles" guide
+
+ * [MNG-3268] - Command line doesn't handle multiple -P correctly
+
+ * [MNG-3478] - Use expression $\{project.build.directory\} instead of
hard-coding "target" in super POM
+
+ * [MNG-3509] - Make "mvn -v" output locale/encoding
+
+ * [MNG-3511] - Review fix for MNG-2166
+
+ * [MNG-3520] - Korean message resource
+
+ * [MNG-3571] - Allow use of ! when deactivating profiles
+
+ * [MNG-3652] - set a user agent for Maven HTTP requests
+
+ * [MNG-3673] - Upgrade plugin versions in super-POM where appropriate
+
+ * [MNG-3698] - Improve performance regarding concrete/dynamic build
transitions surrounding plugin executions and report instantiations
+
+ * [MNG-3709] - Be sure source distro has the same name as the binary
distro in the repository.
+
+*** New Feature
+
+ * [MNG-2562] - expose current time as a property for POM interpolation
+
+ * [MNG-2576] - Make Like Reactor Mode
+
+ * [MNG-3219] - Create a CLIRR/JarDiff setup for 2.0.x and 3.0.x
+
+ * [MNG-3675] - Add accessor for lifecycles list to
LifecycleExecutor/DefaultLifecycleExecutor
+
+* Release notes for stable versions
+
+
+ * See {{{./release-notes.html}here}}
+
+
Propchange: maven/site/trunk/src/site/apt/release-notes-preview.apt.vm
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: maven/site/trunk/src/site/apt/release-notes-preview.apt.vm
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: maven/site/trunk/src/site/apt/release-notes-preview.apt.vm
------------------------------------------------------------------------------
svn:mergeinfo =