<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-15617</id>
	<title>Nabble - Maven Announcements</title>
	<updated>2009-11-24T22:59:35Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/Maven-Announcements-f15617.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Announcements-f15617.html" />
	<subtitle type="html">Maven Announcements List</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26508338</id>
	<title>Maven Doxia Tools shared component 1.1 Released</title>
	<published>2009-11-24T22:59:35Z</published>
	<updated>2009-11-24T22:59:35Z</updated>
	<author>
		<name>Dennis Lundberg-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Doxia
&lt;br&gt;Tools shared component, version 1.1
&lt;br&gt;&lt;br&gt;This shared component has some utilities that are useful when
&lt;br&gt;integrating Doxia in Maven, mainly for site generation and report
&lt;br&gt;creation. The main entry point is the SiteTool Plexus component.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-doxia-tools/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-doxia-tools/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version &amp;nbsp;maven-doxia-tools 1.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-102] - The modules menu is not inherited to sub-modules
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-116] - If module has no site.xml then the decoration
&lt;br&gt;model is set equal to the parent instead of inheriting from it
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-117] - Parent menu item is not inherited if no url in parent
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-115] - Upgrade to doxia 1.1.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Doxia-Tools-shared-component-1.1-Released-tp26508338p26508338.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26508334</id>
	<title>Maven JAR Plugin 2.3 Released</title>
	<published>2009-11-24T22:59:20Z</published>
	<updated>2009-11-24T22:59:20Z</updated>
	<author>
		<name>Dennis Lundberg-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven JAR
&lt;br&gt;Plugin, version 2.3
&lt;br&gt;&lt;br&gt;This plugin provides the capability to build jars. Signing is deprecated
&lt;br&gt;starting with this version. Please use Maven Jarsigner Plugin if you
&lt;br&gt;need to sign JARs.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-jar-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-jar-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-jar-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.3&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x JAR Plugin - Version 2.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAR-28] - Using the jar plugin with addClasspath and snapshots
&lt;br&gt;can create manifest classpath with incorrect jar versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAR-105] - Regression: Build fails for an empty main jar with 2.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAR-118] - Upgrade maven-archiver dependency to 2.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAR-127] - Deprecate jarsigner related goals in favor of
&lt;br&gt;dedicated maven-jarsigner-plugin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-JAR-Plugin-2.3-Released-tp26508334p26508334.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26498786</id>
	<title>Maven Changes Plugin 2.2 Released</title>
	<published>2009-11-24T08:12:57Z</published>
	<updated>2009-11-24T08:12:57Z</updated>
	<author>
		<name>Dennis Lundberg-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Changes
&lt;br&gt;Plugin, version 2.2
&lt;br&gt;&lt;br&gt;This plugin is used to inform your users of the changes that have
&lt;br&gt;occured between different releases of your project. The plugin can
&lt;br&gt;extract these changes, either from a changes.xml file or from the JIRA
&lt;br&gt;issue management system, and present them as a report. You also have the
&lt;br&gt;option of creating a release announcement and even sending this via
&lt;br&gt;email to your users.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-changes-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-changes-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-changes-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Changes Plugin - Version 2.2
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-116] - FileNotFoundException and NullPointerException if
&lt;br&gt;src/changes/changes.xml is missing
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-143] - Specifying sender email address using
&lt;br&gt;fromDeveloperId is no longer working.
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-147] - MavenProject object not initialize due to
&lt;br&gt;mispelling into the declaration
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-156] - An empty table is shown for a &amp;lt;release&amp;gt; which
&lt;br&gt;doesn't have any &amp;lt;action&amp;gt; in it
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-166] - Problem with issueLinkTemplatePerSystem
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-185] - Output special characters like &amp;lt; and &amp;gt; in the
&lt;br&gt;JIRA report
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-177] - Allow specification of report columns in Trac report
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-178] - Make the url parameter non-required
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-179] - Improve the announcement template reference
&lt;br&gt;documentation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-181] - Add Swedish translation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-183] - Add French translations
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-184] - Add German translation for the Trac report
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-161] - Add limited properties interpolation
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-157] - Update to Doxia 1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-158] - Document how to use the XML schema for changes.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-170] - Review the Doxia Sink calls
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-171] - Fix Modello build warning
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHANGES-180] - Update to Maven Reporting Impl 2.0.4.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Changes-Plugin-2.2-Released-tp26498786p26498786.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26444227</id>
	<title>Maven Plugin Testing 2.0-alpha-1 Released</title>
	<published>2009-11-20T06:30:46Z</published>
	<updated>2009-11-20T06:30:46Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Plugin 
&lt;br&gt;Testing, version 2.0-alpha-1.
&lt;br&gt;&lt;br&gt;This harness assists in creating unit or integration tests for Maven 
&lt;br&gt;plugins. See the component's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/plugin-testing/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugin-testing/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This new version of the harness targets Maven 3.0.
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Plugin Testing - Version 2.0-alpha-1
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGINTESTING-11] - plugin-testing-mvn-3.x branch does not 
&lt;br&gt;compile/work with latest maven 3.0-SNAPSHOT
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGINTESTING-16] - update to build with latest maven 3.0-SNAPSHOT
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Plugin-Testing-2.0-alpha-1-Released-tp26444227p26444227.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26423156</id>
	<title>Maven Checkstyle Plugin 2.4 Released</title>
	<published>2009-11-19T01:22:34Z</published>
	<updated>2009-11-19T01:22:34Z</updated>
	<author>
		<name>Mark Hobson</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Checkstyle Plugin, version 2.4.
&lt;br&gt;&lt;br&gt;This plugin generates a report on violations of code style and
&lt;br&gt;optionally fails the build if violations are detected.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-checkstyle-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-checkstyle-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-checkstyle-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.4&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Checkstyle Plugin - Version 2.4
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-105] - Update to Checkstyle 5.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-122] - Add Portuguese (Brazil) translation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-124] - Add Swedish translation
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-119] - Review the Doxia Sink calls
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-120] - Bump to Doxia 1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-125] - Update to maven-reporting-impl-2.0.4.3
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Checkstyle-Plugin-2.4-Released-tp26423156p26423156.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26388146</id>
	<title>Apache Maven 3.0-alpha-4 Released</title>
	<published>2009-11-17T03:11:12Z</published>
	<updated>2009-11-17T03:11:12Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache Maven 
&lt;br&gt;3.0-alpha-4.
&lt;br&gt;&lt;br&gt;Maven is a project comprehension and build tool, designed to simplify
&lt;br&gt;the process of maintaining a healthy development lifecycle for your
&lt;br&gt;project. You can read more here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloads of source and binary distributions are already available on 
&lt;br&gt;the central Maven repository and various Apache download mirrors and 
&lt;br&gt;will be listed soon in our download section once the updated site gets 
&lt;br&gt;synced to the live server:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;A major goal of Maven 3.0 is to be compatible with existing plugins and 
&lt;br&gt;projects designed for Maven 2.x. Users interested in testing this alpha 
&lt;br&gt;release should have a glance at the compatibility notes for known 
&lt;br&gt;differences between Maven 3.0 and Maven 2.x:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;If you encounter unexpected problems while using Maven 3.0-alpha-4, 
&lt;br&gt;please feel free to contact us via the Maven developer list:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/mail-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/mail-lists.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2 - Version 3.0-alpha-4
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4361] - [regression] command line option &amp;quot;-update-snapshots&amp;quot; 
&lt;br&gt;does not work
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4433] - [regression] command line option &amp;quot;-update-snapshots&amp;quot; 
&lt;br&gt;does not work for parent POMs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4436] - [regression] Singleton components can get 
&lt;br&gt;instantianted multiple times
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4439] - apache-maven project should not deploy a source JAR 
&lt;br&gt;or JAR, as it is only a distribution module
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3913] - Figure out why MavenEmbedderExampleTest fails on the 
&lt;br&gt;grid and reenable when fixed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4412] - Make legacy entry points to repository system pick 
&lt;br&gt;offline mode from session
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Maven-3.0-alpha-4-Released-tp26388146p26388146.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26335966</id>
	<title>Apache Maven 3.0-alpha-3 Released</title>
	<published>2009-11-13T04:35:47Z</published>
	<updated>2009-11-13T04:35:47Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache Maven 
&lt;br&gt;3.0-alpha-3.
&lt;br&gt;&lt;br&gt;Maven is a project comprehension and build tool, designed to simplify
&lt;br&gt;the process of maintaining a healthy development lifecycle for your
&lt;br&gt;project. You can read more here:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloads of source and binary distributions are already available on 
&lt;br&gt;the central Maven repository and various Apache download mirrors and 
&lt;br&gt;will be listed soon in our download section once the updated site gets 
&lt;br&gt;synced to the live server:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;A major goal of Maven 3.0 is to be compatible with existing plugins and 
&lt;br&gt;projects designed for Maven 2.x. Users interested in testing this alpha 
&lt;br&gt;release should have a glance at the compatibility notes for known 
&lt;br&gt;differences between Maven 3.0 and Maven 2.x:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://cwiki.apache.org/MAVEN/maven-3x-compatibility-notes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;As of this writing, we already know about one regression in Maven 
&lt;br&gt;3.0-alpha-3 that prevents the forced update of SNAPSHOT POMs via the 
&lt;br&gt;command line flag -U. If you encounter unexpected problems while using 
&lt;br&gt;Maven 3.0-alpha-3, please feel free to contact us via the Maven 
&lt;br&gt;developer list:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/mail-lists.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/mail-lists.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2 - Version 3.0-alpha-3
&lt;br&gt;&lt;br&gt;** Sub-task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3013] - The plugin manager incorrectly caches plugin 
&lt;br&gt;versions between embedder calls
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3862] - Remove all plugin configuration manipulation from 
&lt;br&gt;the plugin manager
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3932] - Remove all mirror, authentication, and proxy 
&lt;br&gt;handling out of WagonManager and into a neutral Maven implementation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4163] - Deprecate all methods in MavenProject that relate to 
&lt;br&gt;reporting.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4215] - Review and fix hashCode/equals methods of 
&lt;br&gt;ArtifactRepository implementations
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-1943] - MavenProject::getParent() returns a MavenProject 
&lt;br&gt;that is NOT interpolated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2098] - Artifact resolver incorrectly selects repository 
&lt;br&gt;which doesn't contain the selected version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2140] - Mojo in forked lifecycle invoked in reactor build 
&lt;br&gt;cannot find reactor dependency
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2174] - &amp;lt;pluginManagement&amp;gt;&amp;lt;plugins&amp;gt;&amp;lt;plugin&amp;gt;&amp;lt;dependencies&amp;gt; do 
&lt;br&gt;not propogate to child POM plugins (potentially scoped to only affecting 
&lt;br&gt;child POM plugins that live within a &amp;lt;profile&amp;gt;)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2363] - &amp;lt;profile&amp;gt;&amp;lt;activation&amp;gt;&amp;lt;file&amp;gt;&amp;lt;exists/&amp;gt; does not work 
&lt;br&gt;in a multi-project build
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2693] - Error executing post-site: 
&lt;br&gt;java.util.MissingResourceException: Can't find bundle for base name 
&lt;br&gt;site-plugin, locale en
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2720] - Multiproject dependencies not accurate for 
&lt;br&gt;project.compileClasspathElements when run from root project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3018] - pluginManagement configurations are not honoured 
&lt;br&gt;when plugin is silently included
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3043] - Allow 'mvn test' to work with test-jar dependencies 
&lt;br&gt;in a reactor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3139] - The skin does not exist: Unable to determine the 
&lt;br&gt;release version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3260] - 2.1: aggregating plugins in submodules of the 
&lt;br&gt;reactor return all projects causing a chicken/egg issue
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3265] - maven-model Extension.equals causes NPE when any 
&lt;br&gt;field is uninitialized
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3281] - Revisit backwards compat of extensions (IT 0114)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3391] - StackOverflowError in DefaultMavenProjectBuilder
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3401] - Plugin parameters must be specified outside an 
&lt;br&gt;execution block when they are invoked from the command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3483] - merging managed dependencies should ONLY work when 
&lt;br&gt;scope == import explicitly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3543] - readProjectWithDependencies take very long time for 
&lt;br&gt;some projects
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3567] - pluginManagement from parent POM not used in child
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3607] - Class loaders employed by Maven return invalid URLs 
&lt;br&gt;to resources
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3641] - Lack of error checks on profiles
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3683] - [regression] Help plugin does not work
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3732] - [regression] project.getActiveProfiles() has not the 
&lt;br&gt;same behaviour
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3757] - Setting M2_HOME to nothing and running ant delets 
&lt;br&gt;contents of the current folder
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3803] - [regression] System properties not working any more
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3807] - Maven is not interpolatin Properties at plugin 
&lt;br&gt;configuration
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3814] - Reactor builds fail due to erroneous cycle in 
&lt;br&gt;project sorting which does not consider versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3819] - [regression] Plugins that don't declare dependency 
&lt;br&gt;on plexus-utils no longer get plexus-utils:1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3836] - [regression] Inherited collection from plugin 
&lt;br&gt;configuration is merged with configuration from child whereas child 
&lt;br&gt;config should completely override collection
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3848] - [regression] Inheritance of project/site/scm URLs 
&lt;br&gt;does not take child's relative location to parent into account
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3853] - [regression] Distribution Management injected by 
&lt;br&gt;profile is not reflected by MavenProject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3872] - Profiles not being activated for relocated POMs
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3877] - Reporting output directory not basedir aligned when 
&lt;br&gt;queried from MavenProject
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3885] - Modules of Maven projects are deployed with 
&lt;br&gt;Timestamp during reactor build when uniqueVersion is set to false in 
&lt;br&gt;parent profile
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3900] - [regression] Properties defined by active profiles 
&lt;br&gt;are not used for POM interpolation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3918] - NPE in CLIReportingUtils
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3919] - NPE in DefaultLifecycleBindingManager
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3925] - [regression] Wrong order of plugin executions after 
&lt;br&gt;merge with executions inherted from parent
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3927] - [regression] Configuration of custom plugin 
&lt;br&gt;execution using default id pollutes configuration of default plugin 
&lt;br&gt;executions introduced by packaging
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3941] - Execution project is accessible to later mojo executions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3947] - [regression] Configuration of plugin execution with 
&lt;br&gt;id &amp;quot;default&amp;quot; pollutes configuration of standalone plugin execution from CLI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3991] - POM validator allows &amp;lt;scope&amp;gt;optional&amp;lt;/scope&amp;gt; but it 
&lt;br&gt;is not valid.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3995] - Configuration Property Lost In Join of 
&lt;br&gt;PluginManagement/Plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4008] - [regression] Build filters are collapsed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4009] - [regression] Effects of active profiles from parent 
&lt;br&gt;are not inherited by children.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4027] - [regression] Injection of dependencies from profiles 
&lt;br&gt;crashes project builder
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4034] - [regression] dependency version is not inherited 
&lt;br&gt;from parent dependencyManagement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4035] - Cannot find setter nor field in 
&lt;br&gt;org.apache.maven.plugin.plugin.metadata.AddPluginArtifactMetadataMojo 
&lt;br&gt;for 'extractors'
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4036] - [regression] Maven 3.x can't resolve parent POMs 
&lt;br&gt;from repositories defined in settings.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4040] - Tycho build fails with PluginDescriptor for the 
&lt;br&gt;plugin was not found
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4041] - embedder returns stale maven project state
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4050] - Bootstrap fails since the commons-parent pom has 
&lt;br&gt;empty repo URL
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4052] - import scope dependencies prefer to download pom 
&lt;br&gt;rather than find it in the current project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4053] - [regression] XML attributes in plugin configuration 
&lt;br&gt;get duplicated to other elements in combination with plugin management
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4055] - wrong error on mvn install in folder without pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4068] - [regression] Use proper id for mirrored repository
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4070] - [regression] Parent POMs cannot be resolved when 
&lt;br&gt;their id values are surrounded by whitespace
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4072] - [regression] Repositories from inactive profiles are 
&lt;br&gt;used for artifact resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4078] - [regression] Plugin metaversion RELEASE no longer 
&lt;br&gt;resolved
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4102] - [regression] Properties used for interpolation of 
&lt;br&gt;inherited properties can't be customized by child
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4106] - [regression] Interpolation does not use properties 
&lt;br&gt;from dominant settings profile if other profile defines same property
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4107] - [regression] User settings can't override properties 
&lt;br&gt;used for POM interpolation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4109] - When running a plugin, project builder does not pick 
&lt;br&gt;up settings profiles
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4116] - [regression] Effective POM contains invalid URLs 
&lt;br&gt;upon usage of percent-encoded characters
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4129] - Execution's inherited is not working as expected.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4172] - Project POM artifact returned as dependency if 
&lt;br&gt;project has no dependencies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4180] - [regression] Dependency exclusions are applied globally
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4187] - dependency:trunk doesn't work with mvn trunk rev 782332
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4190] - same remote repo is referecned multiple times
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4191] - separate plugin and artifact repositories
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4196] - [regression] Exclusions in project-level plugin 
&lt;br&gt;dependencies are ignored
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4197] - relocation doesn't work in trunk (rev 784345)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4199] - [regression] Dependency resolution for compile and 
&lt;br&gt;runtime scope misses provided&amp;system dependencies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4201] - Custom packaging break in trunk (rev 784628)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4203] - [regression] Dependency exclusions are not applied 
&lt;br&gt;transitively
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4208] - [regression] CLI properties can't override project 
&lt;br&gt;properties during interpolation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4214] - [regression] Parent POMs cannot be resolved from 
&lt;br&gt;mirrored repos
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4217] - trunk create a directory with %20 in name (trunk rev 
&lt;br&gt;787409)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4227] - DefaultArtifactVersion equals implementation does 
&lt;br&gt;not handle null
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4231] - Snapshots are not checked for updates
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4239] - NoSuchMethodError 
&lt;br&gt;org.apache.maven.project.inheritance.ModelInheritanceAssembler.assembleModelInheritance(Lorg/apache/maven/model/Model;Lorg/apache/maven/model/Model;)V
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4245] - can't access protected mirrors with latest 
&lt;br&gt;3.0-SNAPSHOT (rev 795227)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4246] - plugin resolution failures during pom-less execution 
&lt;br&gt;(like archetype:generate)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4256] - [regression] The gwt-maven-plugin is using 
&lt;br&gt;ActiveProjectArtifact to get hold of sources in the reactor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4261] - site plugin doesn't generate reports
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4262] - Make-like reactor mode fails to find projects 
&lt;br&gt;selected by relative paths with leading dots
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4266] - Missing method ArtifactUtils.isSnapshot used in the 
&lt;br&gt;release plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4269] - [regression] Invocation of just installed plugin on 
&lt;br&gt;its plugin project can fail with ComponentLookupException for mojo class
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4272] - Error found in code: wrong order of parameters in 
&lt;br&gt;createRepository for repo in a profile in settings.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4273] - [regression] Internal utility classes of core leak 
&lt;br&gt;into plugin realm
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4274] - Plugins with an undeclared but transitive dependency 
&lt;br&gt;on plexus-utils via a core artifact get wrong version of p-u
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4276] - Plugins with indirect dependency on plexus-utils are 
&lt;br&gt;stuck with plexus-utils:1.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4280] - [regression] Direct CLI invocation of goal causes 
&lt;br&gt;&amp;quot;default-cli&amp;quot; config to be processed twice, duplicating list values
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4281] - remote snapshots are prefered over locally installed 
&lt;br&gt;snapshots in maven3 svn rev 800808
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4283] - [regression] Parent POM with packaging other than 
&lt;br&gt;&amp;quot;pom&amp;quot; is not rejected
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4291] - [regression] @requiresOnline mojo annotation is ignored
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4304] - [regression] MavenProject.getDependencyArtifacts() 
&lt;br&gt;not set
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4305] - [regression] ${localRepository.basedir} is not a 
&lt;br&gt;proper path
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4312] - Magic expressions injected by 
&lt;br&gt;PluginParameterExpressionEvalutor conflict with expressions used by 
&lt;br&gt;plugins to access system properties
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4313] - Plugin descriptor builder ignores deprecation 
&lt;br&gt;message for mojo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4314] - [regression] Direct invocation of aggregator plugin 
&lt;br&gt;causes plugin to run on each project
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4317] - [regression] g:a level metadata is not properly 
&lt;br&gt;processed when resolving plugin version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4318] - MavenProject.executionRoot is not set correctly
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4320] - [regression] Aggregators invoked from CLI no longer 
&lt;br&gt;resolve dependencies for all reactor projects
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4321] - [regression] Plugin-level configuration from plugin 
&lt;br&gt;management is not applied to goals invoked from CLI
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4325] - [regression] Lifecycle overlay configuration of 
&lt;br&gt;aggregator mojos is not properly processed when forking reactor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4327] - [regression] Forking mojos that are bound to a 
&lt;br&gt;lifecycle phase that gets forked execute multiple times
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4328] - [regression] plugin parameters of primitive types 
&lt;br&gt;can't be populated from expression
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4332] - [regression] Default plugin executions contributed 
&lt;br&gt;by packaging execute after executions from plugin management
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4334] - maven core caches settings.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4335] - [regression] 
&lt;br&gt;&amp;lt;settings&amp;gt;&amp;lt;offline&amp;gt;true&amp;lt;/offline&amp;lt;/settings&amp;gt; is not honored
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4338] - Unexepceted &amp;quot;Unknown packaging: bundle&amp;quot; error for 
&lt;br&gt;plugins with custom lifecycle mapping that defines optional mojos
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4341] - [regression] Plugins are not executed in POM order
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4342] - [regression] Multiple goals within single execution 
&lt;br&gt;with equally named parameter get configured with wrong default values
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4343] - maven always checks missing release artifacts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4344] - [regression] Managed executions of plugins 
&lt;br&gt;introduced by default lifecycle bindings execute before explicitly 
&lt;br&gt;defined plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4345] - [regression] Plugin executions contributed by 
&lt;br&gt;default lifecycle mapping execute after other plugin executions bound to 
&lt;br&gt;the same phase
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4348] - [regression] Unnecessary remote repo access for POMs 
&lt;br&gt;while execution plugin that does not require dependency resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4349] - [regression] Maven hangs in endless loop if POM of 
&lt;br&gt;relocated artifact is invalid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4350] - [regression] Multiple goals bound to the same phase 
&lt;br&gt;in a lifecycle mapping get executed out of order
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4353] - [regression] Plugin dependencies are not downloaded 
&lt;br&gt;from repos given in the plugin's POM
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4355] - [regression] Extensions without version in the POM 
&lt;br&gt;are not resolved to the RELEASE artifact
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4356] - [regression] Active component maps with stateful 
&lt;br&gt;per-lookup components broken
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4357] - [regression] Custom packagings from build extensions 
&lt;br&gt;are not reliably loaded during a reactor build
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4359] - [regression] Locally reachable parent POMs outside 
&lt;br&gt;of reactor are not found during dependency resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4360] - [regression] wagon-webdav-jackrabbit doesn't work 
&lt;br&gt;with Maven 3.x
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4363] - [regression] Dependency artifacts injected by 
&lt;br&gt;plugins aren't included in class paths
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4365] - XmlPullParserException while parsing XML with 
&lt;br&gt;encoded entities within attributes
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4378] - Maven wants to create meta data files with invalid 
&lt;br&gt;file names
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4383] - Uninterpolated expressions should cause an error for 
&lt;br&gt;dependency versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4385] - [regression] Custom lifecycle mappings from build 
&lt;br&gt;extension leak into other projects in the reactor without extension
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4386] - [regression] Debug logging can't be activated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4387] - [regression] Quiet logging can't be activated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4393] - [regression] Parent POMs resolved from repository 
&lt;br&gt;are parsed in strict mode
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4396] - [regression] Ant plugin fails with Maven-3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4400] - [regression] Repository order from settings.xml is 
&lt;br&gt;not respected during artifact resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4401] - [regression] central repository is tried before 
&lt;br&gt;explicitly declared repositories during parent POM resolution
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4408] - Missing settings.xml is silently ignores
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4409] - NPE when reporting command line error for 
&lt;br&gt;non-existent option
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4410] - [regression] Maven execution does not end after 
&lt;br&gt;showing usage help
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4411] - [regression] Maven execution does not stop after 
&lt;br&gt;showing version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4413] - [regression] Repositories discovered in dependency 
&lt;br&gt;POMs are not subject to mirroring
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4415] - [regression] Plugins are not properly ordered after 
&lt;br&gt;merging with inherited parent plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4416] - [regression] Plugins are not properly ordered after 
&lt;br&gt;merging with profile plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4426] - Some javac errors not shown in console when error 
&lt;br&gt;stacktraces are turned on
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4427] - Bad error message with duplicate dependencies that 
&lt;br&gt;don't declare a version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4429] - [regression] jspc plugin works in Maven 2.2.1, fails 
&lt;br&gt;in 3.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4430] - [regression] Presence of distribution management 
&lt;br&gt;status in POM of local project does not cause validation error
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2391] - improve validation of POM elements
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3402] - MavenArtifactFilterManager needs to not filtering 
&lt;br&gt;doxia-sink-api
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3631] - Introduce new MavenEmbedder.getPluginConfiguration 
&lt;br&gt;method
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3714] - Allow specification of the toolchains.xml location 
&lt;br&gt;on the command line
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3834] - Improve error message when dependency with 
&lt;br&gt;classifier is missing version
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3951] - Hide drive-relative paths from plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3969] - replace maven-ant with mercury-ant in the bootstrap
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4005] - Throw Validation Error if pom contains a dependency 
&lt;br&gt;with two different versions.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4037] - Include Java home in version information
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4048] - Allow to resolve dependencies using version range 
&lt;br&gt;from reactor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4057] - Propose checking of plugin artifact when plugin 
&lt;br&gt;descriptor cannot be found
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4186] - Provide an exact pointer to documentation specific 
&lt;br&gt;to each known exception that can occur
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4193] - Throw validation error upon multiple repository 
&lt;br&gt;declarations with the same id
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4224] - maven lifecycle participant
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4244] - Allow to select project for make-like reactor by 
&lt;br&gt;artifact id
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4247] - Displaying which artifacts are downloaded and from 
&lt;br&gt;which repo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4292] - Support Enum-type parameters in mojos
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4293] - Extend Mojo API to allow resolution of both compile 
&lt;br&gt;and runtime dependencies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4296] - allow core extensions configure new classrealms
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4298] - Build MavenProject instances incrementally
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4368] - DefaultArtifactInstaller should only overwrite files 
&lt;br&gt;if timestamp has changed
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4390] - Make parsing of settings.xml lenient with respect to 
&lt;br&gt;unrecognized tags
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4402] - Improve duplicated modules error
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4404] - Throw validation error upon duplicate profile id
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4405] - Uninterpolated expressions should cause an error for 
&lt;br&gt;plugin versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4421] - Warn regarding old-style references when used in a 
&lt;br&gt;project build
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4423] - Allow to query session data via plugin parameter 
&lt;br&gt;expressions
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-553] - Secure Storage of Server Passwords
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3760] - Support property ${baseurl} to get RFC-compliant URL 
&lt;br&gt;of project base directory
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4033] - Introduce password encryption to the trunk
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4331] - Add new mojo annotation 
&lt;br&gt;@requiresDependencyCollection to grab dependency tree without files
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4367] - Consider layout for mirror selection
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4381] - Allow extension plugins to contribute non-core 
&lt;br&gt;components to be reused by other plugins
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4398] - Provide an extension point to track artifact 
&lt;br&gt;additions to the local repository
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2387] - &amp;lt;active&amp;gt; on &amp;lt;proxy&amp;gt; in settings is misleading
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2765] - Refactor DefaultPluginManager
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-2766] - Refactor DefaultLifecycleExecutor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3850] - Integrate new Profile Activators
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3901] - Merge all project building code into a single component
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3903] - Create a Maven specific abstraction for Artifact use 
&lt;br&gt;within Maven
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3935] - Get the Maven Integration Testing Hudson plugin 
&lt;br&gt;installed on the grid
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4059] - Remove support for non-unique SNAPSHOT deployments
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4060] - Remove support for profiles.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4062] - Evaluate possibility to cache parents during multi 
&lt;br&gt;module build
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4069] - Remove support for plugin metaversion LATEST
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4169] - Remove invocation of 
&lt;br&gt;maven-plugin-plugin:updatePluginRegistry from default lifecycle bindings
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4204] - Remove support for legacy style repositories
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4205] - Remove support for plugin metaversions RELEASE and 
&lt;br&gt;LATEST
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4206] - Prefer RELEASE over LATEST when resolving plugin 
&lt;br&gt;versions
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4216] - Remove all direct usage of DefaultArtifactRepository
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4221] - Push all repository/artifact related code into a 
&lt;br&gt;legacy module and create a backward compat layer for external consumers
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4259] - Create a new name for the current PluginManager and 
&lt;br&gt;create a backward compatible PluginManager implementation in 
&lt;br&gt;maven-compat which delegates to the new implementation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4260] - Remove old-school reactor mode
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4277] - Remove core artifacts from ${plugin.artifacts}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4287] - Make ToolchainManagerPrivate session-aware
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Wish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4056] - Relax resolution of active project artifacts from 
&lt;br&gt;the reactor with regard to artifact type
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4425] - Restore support for resume-from (-rf flag)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Maven-3.0-alpha-3-Released-tp26335966p26335966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26327966</id>
	<title>Apache Source-Release Assembly Descriptor 1.0.2 Released</title>
	<published>2009-11-12T14:48:00Z</published>
	<updated>2009-11-12T14:48:00Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache
&lt;br&gt;Source-Release Assembly Descriptor, version 1.0.2.
&lt;br&gt;&lt;br&gt;This is a standardized assembly descriptor for use in the
&lt;br&gt;maven-assembly-plugin. Source-release artifacts are archives which
&lt;br&gt;contain the full project structure (sources only, no build output) that
&lt;br&gt;are the subject of an ASF release vote.
&lt;br&gt;&lt;br&gt;The new version of the descriptor fixes the erroneous exclusion of some
&lt;br&gt;file types like IDE files from the source archive even if those files 
&lt;br&gt;are located in the src/ directory tree of a project, i.e. denote actual 
&lt;br&gt;project sources (e.g. required for unit testing).
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This new descriptor will eventually be incorporated into the Apache 
&lt;br&gt;Parent POM. If you want to try out the source-release descriptor in the 
&lt;br&gt;meantime, you can include a configuration like the following:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-assembly-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2-beta-4&amp;lt;/version&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.apache.resources&amp;lt;/groupId&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;artifactId&amp;gt;apache-source-release-assembly-descriptor&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- NOTE: The fix for PLXUTILS-120 is crucial for the new
&lt;br&gt;assembly descriptor --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;plexus-utils&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;source-release&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;single&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRef&amp;gt;source-release&amp;lt;/descriptorRef&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tarLongFileMode&amp;gt;gnu&amp;lt;/tarLongFileMode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;runOnlyAtExecutionRoot&amp;gt;true&amp;lt;/runOnlyAtExecutionRoot&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Source-Release-Assembly-Descriptor-1.0.2-Released-tp26327966p26327966.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26301870</id>
	<title>Maven Ant Plugin 2.3 Released</title>
	<published>2009-11-11T06:10:00Z</published>
	<updated>2009-11-11T06:10:00Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Ant
&lt;br&gt;Plugin, version 2.3.
&lt;br&gt;&lt;br&gt;This plugin generates build files for Ant from a POM. See the plugin's
&lt;br&gt;site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/plugins/maven-ant-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-ant-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the
&lt;br&gt;following snippet to the plugins or plugin management section of your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-ant-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.3&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Ant Plugin - Version 2.3
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-60] - Generated &amp;quot;package&amp;quot; task for EAR/WAR is missing
&lt;br&gt;transitive dependencies
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-61] - Classpath generation should honour system-scope.
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-59] - Add support for generating build files when
&lt;br&gt;&amp;lt;packaging&amp;gt;bundle&amp;lt;/bundle&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Ant-Plugin-2.3-Released-tp26301870p26301870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26282954</id>
	<title>Maven Reporting Impl 2.0.4.3 Released</title>
	<published>2009-11-10T04:57:59Z</published>
	<updated>2009-11-10T04:57:59Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Reporting Impl, version 2.0.4.3.
&lt;br&gt;&lt;br&gt;This shared component contains abstract classes to manage report generation..
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-reporting-impl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-reporting-impl/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version maven-reporting-impl 2.0.4.3
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-120] - No single report generated with latest
&lt;br&gt;maven-reporting-impl
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Reporting-Impl-2.0.4.3-Released-tp26282954p26282954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26244569</id>
	<title>Maven Runtime 1.0-alpha-2 Released</title>
	<published>2009-11-07T04:58:12Z</published>
	<updated>2009-11-07T04:58:12Z</updated>
	<author>
		<name>Mark Hobson</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Maven Runtime,
&lt;br&gt;version 1.0-alpha-2.
&lt;br&gt;&lt;br&gt;Maven Runtime allows introspection of Maven project metadata at runtime.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-runtime/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-runtime/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the dependency in your project's POM:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.shared&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-runtime&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;1.0-alpha-2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven Runtime - Version 1.0-alpha-2
&lt;br&gt;&lt;br&gt;- Added support for introspecting URLs to MavenRuntime
&lt;br&gt;- Added url to parsing exception messages
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Runtime-1.0-alpha-2-Released-tp26244569p26244569.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26154496</id>
	<title>Maven Toolchains Plugin 1.0 Released</title>
	<published>2009-11-01T12:29:21Z</published>
	<updated>2009-11-01T12:29:21Z</updated>
	<author>
		<name>stephenc-3</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Toolchains Plugin, version 1.0
&lt;br&gt;&lt;br&gt;This plugin allows sharing configuration across plugins. For example
&lt;br&gt;to make sure the plugins like compiler, surefire, javadoc, webstart
&lt;br&gt;etc. all use the same JDK for execution.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-toolchains-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-toolchains-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-toolchains-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Toolchains Plugin - Version 1.0
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Toolchains-Plugin-1.0-Released-tp26154496p26154496.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26112448</id>
	<title>Apache Source-Release Assembly Descriptor 1.0.1 Released</title>
	<published>2009-10-29T05:50:28Z</published>
	<updated>2009-10-29T05:50:28Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache
&lt;br&gt;Source-Release Assembly Descriptor, version 1.0.1.
&lt;br&gt;&lt;br&gt;This is a standardized assembly descriptor for use in the
&lt;br&gt;maven-assembly-plugin. Source-release artifacts are archives which
&lt;br&gt;contain the full project structure (sources only, no build output) that
&lt;br&gt;are the subject of an ASF release vote.
&lt;br&gt;&lt;br&gt;The new version of the descriptor fixes the erroneous inclusion of some
&lt;br&gt;build output in the source archive. Please see
&lt;br&gt;&lt;a href=&quot;http://jira.codehaus.org/browse/MASSEMBLY-446&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jira.codehaus.org/browse/MASSEMBLY-446&lt;/a&gt;&amp;nbsp;for more details on the issue.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This assembly descriptor should be coming to a parent POM near you, and
&lt;br&gt;should eventually be an automatic part of every ASF release. For now, it
&lt;br&gt;has been configured into the release process for Maven projects that
&lt;br&gt;inherit from maven-parent version 14 (also recently released). If you
&lt;br&gt;want to try out the source-release descriptor in the meantime, you can
&lt;br&gt;include a configuration like the following:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-assembly-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2-beta-4&amp;lt;/version&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.apache.resources&amp;lt;/groupId&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;artifactId&amp;gt;apache-source-release-assembly-descriptor&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!-- NOTE: The fix for PLXUTILS-120 is crucial for the new
&lt;br&gt;assembly descriptor --&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.codehaus.plexus&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;plexus-utils&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.0.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;source-release&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;single&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRef&amp;gt;source-release&amp;lt;/descriptorRef&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tarLongFileMode&amp;gt;gnu&amp;lt;/tarLongFileMode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;runOnlyAtExecutionRoot&amp;gt;true&amp;lt;/runOnlyAtExecutionRoot&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Source-Release-Assembly-Descriptor-1.0.1-Released-tp26112448p26112448.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26073365</id>
	<title>Maven Invoker Plugin 1.5 Released</title>
	<published>2009-10-27T00:32:40Z</published>
	<updated>2009-10-27T00:32:40Z</updated>
	<author>
		<name>stephenc-3</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Invoker
&lt;br&gt;Plugin, version 1.5
&lt;br&gt;&lt;br&gt;This plugin allows to run Maven on a collection of projects and is
&lt;br&gt;especially useful for integration testing of other Maven plugins. See
&lt;br&gt;the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://maven.apache.org/plugins/maven-invoker-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-invoker-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-invoker-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;1.5&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Invoker Plugin - Version 1.5
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MINVOKER-95] - Add a selector script to allow for flexible
&lt;br&gt;skipping specific projects
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MINVOKER-96] - Add a selector for the Maven Version
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Invoker-Plugin-1.5-Released-tp26073365p26073365.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26062001</id>
	<title>Maven Javadoc Plugin 2.6.1 Released</title>
	<published>2009-10-26T08:36:01Z</published>
	<updated>2009-10-26T08:36:01Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Javadoc
&lt;br&gt;Plugin, version 2.6.1
&lt;br&gt;&lt;br&gt;This plugin uses the javadoc tool for generating javadocs for the
&lt;br&gt;specified project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-javadoc-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-javadoc-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-javadoc-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.6.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Javadoc Plugin - Version 2.6.1
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-244] - Javadoc plugin: java files under
&lt;br&gt;src/main/javadoc and doc-files directory are being compiled
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-246] - ExceptionInInitializerError with
&lt;br&gt;maven-site-plugin:2.1-SNAPSHOT and mvn &amp;gt; 2.1
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-251] - Configuration of javadoc:javadoc fails with NPE
&lt;br&gt;upon disadvantageous order of config injection
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-252] - javadoc link : nonproxyhosts not used
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-257] - maven-javadoc-plugin 2.5, 2.6 and mojo: Error
&lt;br&gt;extracting plugin descriptor
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-259] - Resource copying from javadoc dir is incomplete
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-262] - Parameters like sourcepath depend on system
&lt;br&gt;path separator (colon/semicolon)
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-268] - performance problem in
&lt;br&gt;AbstractJavadocMojo.getModulesLinks()
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-258] - Grouping example could show multiple packages per group
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-266] - META-INF directory copied from resource artifacts
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-267] - Allow changing the reportOutputDirectory from
&lt;br&gt;the commandline
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-248] - Site 'Usage' page references 2.5 version of m-javadoc-p
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Javadoc-Plugin-2.6.1-Released-tp26062001p26062001.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26039329</id>
	<title>Maven EAR Plugin 2.4 Released</title>
	<published>2009-10-24T07:07:08Z</published>
	<updated>2009-10-24T07:07:08Z</updated>
	<author>
		<name>snicoll-3</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven EAR
&lt;br&gt;Plugin, version 2.4
&lt;br&gt;&lt;br&gt;This new release brings compatibility for Java EE 6 and a few bug fixes.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-ear-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-ear-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-ear-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.4&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x EAR Plugin - Version 2.4
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEAR-75] - Incorrect file name in class path (in manifest) if
&lt;br&gt;specifying different bundleFileName for module
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEAR-103] - Filtered MANIFEST not added to generated EAR
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEAR-104] - wrong jboss-app.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEAR-105] - Unable to set some properties for jboss-app.xml
&lt;br&gt;&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEAR-112] - support for java ee 6 missing
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-EAR-Plugin-2.4-Released-tp26039329p26039329.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25922612</id>
	<title>Maven Source Plugin 2.1.1 Released</title>
	<published>2009-10-16T02:43:10Z</published>
	<updated>2009-10-16T02:43:10Z</updated>
	<author>
		<name>aheritier</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;The Maven team is pleased to announce the release of the Maven Source
&lt;br&gt;Plugin, version 2.1.1
&lt;br&gt;&lt;br&gt;The Source Plugin creates a jar archive of the source files of the current
&lt;br&gt;project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-source-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-source-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-source-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.1.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Souce Plugin - Version 2.1.1
&lt;br&gt;&lt;br&gt;** Bugs fixed : * [MSOURCES-44] - If project doesn't contain sources
&lt;br&gt;(contains only test sources) source:jar will fail * [MSOURCES-47] - test-jar
&lt;br&gt;goal fails if no source files exist
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;# Arnaud Héritier
&lt;br&gt;# Software Factory Manager
&lt;br&gt;# eXo Platform
&lt;br&gt;# &lt;a href=&quot;http://www.exoplatform.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.exoplatform.com&lt;/a&gt;&lt;br&gt;# &lt;a href=&quot;http://blog.aheritier.net&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://blog.aheritier.net&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Source-Plugin-2.1.1-Released-tp25922612p25922612.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25805300</id>
	<title>Maven Plugin Tools 2.5.1 Released</title>
	<published>2009-10-08T07:32:24Z</published>
	<updated>2009-10-08T07:32:24Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Plugin 
&lt;br&gt;Tools, version 2.5.1.
&lt;br&gt;&lt;br&gt;This plugin assists authors of Maven plugins in the creation of a plugin 
&lt;br&gt;descriptor and documentation by scanning the plugin sources for mojo 
&lt;br&gt;annotations. See the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/plugins/maven-plugin-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-plugin-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the 
&lt;br&gt;following snippet to the plugins or plugin management section of your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-plugin-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.5.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Plugin Tools - Version 2.5.1
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-148] - PluginXdocGenerator generates poorly formed 
&lt;br&gt;output when default values contain XML
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-149] - ParseException with annotation @XmlType in 
&lt;br&gt;JavaDocBuilder
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-151] - ParseException on enum members with annotations 
&lt;br&gt;that have values
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-152] - QDox choking on some generics
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-161] - plugin:xdoc generates an incomplete description 
&lt;br&gt;about the execution of another plugin goal
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-150] - Update to QDox 1.9.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-156] - Stabilize ordering of configuration and 
&lt;br&gt;requirements in generated plugin descriptor
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-157] - Review the Doxia Sink calls
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-158] - Bump to Doxia 1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MPLUGIN-162] - Update to QDox 1.10
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Plugin-Tools-2.5.1-Released-tp25805300p25805300.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25774514</id>
	<title>Maven Repository Plugin 2.3 Released</title>
	<published>2009-10-06T11:48:06Z</published>
	<updated>2009-10-06T11:48:06Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Repository Plugin, version 2.3
&lt;br&gt;&lt;br&gt;This plugin assists the user in creating archived bundles that are
&lt;br&gt;designed to meet all requirements for upload to the central Maven
&lt;br&gt;repository.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-repository-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-repository-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-repository-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.3&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Repository Plugin - Version 2.3
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MREPOSITORY-19] - Require SCM information to help tooling for
&lt;br&gt;project materialization from the repository
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Repository-Plugin-2.3-Released-tp25774514p25774514.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25774510</id>
	<title>Maven Resources Plugin 2.4.1 Released</title>
	<published>2009-10-06T11:48:01Z</published>
	<updated>2009-10-06T11:48:01Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Resources
&lt;br&gt;Plugin, version 2.4.1
&lt;br&gt;&lt;br&gt;This plugin filters non-Java resource files, replacing expressions with
&lt;br&gt;values from the POM or any of the filtering properties files you choose
&lt;br&gt;to configure.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-resources-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-resources-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-resources-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.4.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Resources Plugin - Version 2.4.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-105] - Custom Delimiters does not work as expected -
&lt;br&gt;NPE with ${*} and comments in property file does break replacement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-106] - Plugin does not respect escapeWindowsPaths
&lt;br&gt;default-value
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Resources-Plugin-2.4.1-Released-tp25774510p25774510.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25681308</id>
	<title>Maven Jarsigner Plugin 1.2 Released</title>
	<published>2009-09-30T06:42:41Z</published>
	<updated>2009-09-30T06:42:41Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Jarsigner
&lt;br&gt;Plugin, version 1.2.
&lt;br&gt;&lt;br&gt;This plugin signs and verifies the project artifacts using the jarsigner
&lt;br&gt;tool. See the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://maven.apache.org/plugins/maven-jarsigner-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-jarsigner-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This plugin is meant to supercede the existing jar:sign and
&lt;br&gt;jar:sign-verify goals from the Maven Jar Plugin which will be deprecated
&lt;br&gt;in a future release.
&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the 
&lt;br&gt;following snippet to the plugins or plugin management section of your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-jarsigner-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Jar Signer Plugin - Version 1.2
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MJARSIGNER-8] - Allow to exclude specific attachments from 
&lt;br&gt;signing/verification
&lt;br&gt;&lt;br&gt;** Wish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MJARSIGNER-7] - jarsigner plugin to support all &amp;quot;types&amp;quot; of zip files
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Jarsigner-Plugin-1.2-Released-tp25681308p25681308.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25608608</id>
	<title>Maven Invoker Plugin 1.4 Released</title>
	<published>2009-09-25T01:50:32Z</published>
	<updated>2009-09-25T01:50:32Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Invoker
&lt;br&gt;Plugin, version 1.4.
&lt;br&gt;&lt;br&gt;This plugin allows to run Maven on a collection of projects and is 
&lt;br&gt;especially useful for integration testing of other Maven plugins. See 
&lt;br&gt;the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://maven.apache.org/plugins/maven-invoker-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-invoker-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the
&lt;br&gt;the following snippet to the plugins or plugin management section of 
&lt;br&gt;your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-invoker-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.4&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Invoker Plugin - Version 1.4
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-69] - Filter token &amp;quot;basedir&amp;quot; no longer interpolated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-70] - invoker:install does not properly handle 
&lt;br&gt;versioned dependencies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-71] - Usage of &amp;lt;setupIncludes&amp;gt; can result in duplicate 
&lt;br&gt;project invocation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-78] - Throwing subclasses of java.lang.Error from hook 
&lt;br&gt;script aborts main build with &amp;quot;FATAL ERROR&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-84] - Staging of snapshot dependencies is incomplete
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-88] - Staging of existing artifacts from the local 
&lt;br&gt;repository triggers transformations on them
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-93] - Filtering all POMs that are relevant to the 
&lt;br&gt;forked build needs to consider child modules added by profiles
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-68] - Enable accessibility for non-public members from 
&lt;br&gt;BeanShell scripts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-73] - Support filter token @baseurl@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-75] - Trigger further builds upon any indexed invoker 
&lt;br&gt;property
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-76] - Have invoker:run generate report files to allow 
&lt;br&gt;reporting on the results of running invoker
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-92] - Add support for show version option ( 
&lt;br&gt;-V,--show-version)
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-72] - Allow to configure network mode for sub builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-74] - Allow to specify alternative POMs during 
&lt;br&gt;multi-module builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-77] - Add a invoker report mojo which display invoker 
&lt;br&gt;its result
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-79] - Allow to easily pass data from the pre-build hook 
&lt;br&gt;script to the post-build hook script
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-81] - provide a flag to skip the execution of all 
&lt;br&gt;invoker steps
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-83] - Allow to configure different system properties 
&lt;br&gt;for multi-invocation builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-91] - Decouple test execution from build failure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-94] - Allow to skip projects based on JRE version or OS 
&lt;br&gt;family
&lt;br&gt;&lt;br&gt;** Wish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-85] - Don't treat null return value from hook scripts 
&lt;br&gt;as error
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Invoker-Plugin-1.4-Released-tp25608608p25608608.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25608600</id>
	<title>Maven Invoker Plugin 1.4 Released</title>
	<published>2009-09-25T01:50:16Z</published>
	<updated>2009-09-25T01:50:16Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Invoker
&lt;br&gt;Plugin, version 1.4.
&lt;br&gt;&lt;br&gt;This plugin allows to run Maven on a collection of projects and is 
&lt;br&gt;especially useful for integration testing of other Maven plugins. See 
&lt;br&gt;the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://maven.apache.org/plugins/maven-invoker-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-invoker-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the
&lt;br&gt;the following snippet to the plugins or plugin management section of 
&lt;br&gt;your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-invoker-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.4&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Invoker Plugin - Version 1.4
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-69] - Filter token &amp;quot;basedir&amp;quot; no longer interpolated
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-70] - invoker:install does not properly handle 
&lt;br&gt;versioned dependencies
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-71] - Usage of &amp;lt;setupIncludes&amp;gt; can result in duplicate 
&lt;br&gt;project invocation
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-78] - Throwing subclasses of java.lang.Error from hook 
&lt;br&gt;script aborts main build with &amp;quot;FATAL ERROR&amp;quot;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-84] - Staging of snapshot dependencies is incomplete
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-88] - Staging of existing artifacts from the local 
&lt;br&gt;repository triggers transformations on them
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-93] - Filtering all POMs that are relevant to the 
&lt;br&gt;forked build needs to consider child modules added by profiles
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-68] - Enable accessibility for non-public members from 
&lt;br&gt;BeanShell scripts
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-73] - Support filter token @baseurl@
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-75] - Trigger further builds upon any indexed invoker 
&lt;br&gt;property
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-76] - Have invoker:run generate report files to allow 
&lt;br&gt;reporting on the results of running invoker
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-92] - Add support for show version option ( 
&lt;br&gt;-V,--show-version)
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-72] - Allow to configure network mode for sub builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-74] - Allow to specify alternative POMs during 
&lt;br&gt;multi-module builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-77] - Add a invoker report mojo which display invoker 
&lt;br&gt;its result
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-79] - Allow to easily pass data from the pre-build hook 
&lt;br&gt;script to the post-build hook script
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-81] - provide a flag to skip the execution of all 
&lt;br&gt;invoker steps
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-83] - Allow to configure different system properties 
&lt;br&gt;for multi-invocation builds
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-91] - Decouple test execution from build failure
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-94] - Allow to skip projects based on JRE version or OS 
&lt;br&gt;family
&lt;br&gt;&lt;br&gt;** Wish
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MINVOKER-85] - Don't treat null return value from hook scripts 
&lt;br&gt;as error
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;---------------------------------------------------------------------
&lt;br&gt;To unsubscribe, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25608600&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-unsubscribe@...&lt;/a&gt;
&lt;br&gt;For additional commands, e-mail: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25608600&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;dev-help@...&lt;/a&gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Invoker-Plugin-1.4-Released-tp25608600p25608600.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25608454</id>
	<title>Maven Invoker 2.0.11 Released</title>
	<published>2009-09-25T01:37:14Z</published>
	<updated>2009-09-25T01:37:14Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Invoker, 
&lt;br&gt;version 2.0.11.
&lt;br&gt;&lt;br&gt;This component allows to programmatically invoke Maven. See the 
&lt;br&gt;component's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://maven.apache.org/shared/maven-invoker/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-invoker/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use this component in your projects, add the following to the 
&lt;br&gt;dependency section of your POM:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.shared&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-invoker&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.0.11&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Invoker 2.0.11
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-123] - Add support for show version option ( 
&lt;br&gt;-V,--show-version)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Invoker-2.0.11-Released-tp25608454p25608454.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566358</id>
	<title>Maven Remote Resources Plugin 1.1 Released</title>
	<published>2009-09-22T12:52:31Z</published>
	<updated>2009-09-22T12:52:31Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Remote
&lt;br&gt;Resources Plugin, version 1.1
&lt;br&gt;&lt;br&gt;This plugin uses configurable sets of template files stored in the Maven
&lt;br&gt;repository, combined with project and dependency POM information, to
&lt;br&gt;generate files such as DEPENDENCIES or LICENSE statements that are
&lt;br&gt;specific to your project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-remote-resources-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-remote-resources-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-remote-resources-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;1.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Remote Resources Plugin - Version 1.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-11] - Resource filtering for overridden resources
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-35] - ClassCastException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-37] - embedded error with
&lt;br&gt;maven-remote-resources-plugin; maven build order?
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-38] - Remove inadvertent dependency on
&lt;br&gt;MavenReportException in maven-reporting-api
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-39] - Unnecessary fondness for inceptionDate
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-31] - Add an &amp;quot;alternative&amp;quot; apache-jar-resource-bundle
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-36] - ${project.build.sourceEncoding} not honoured.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-41] - add support for multi-module dependencies
&lt;br&gt;listing and other top-of-tree calculations on sub-modules
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-43] - Add ability to specify artifacts to search for
&lt;br&gt;supplementalModels
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-42] - Incorporate fix for PLXCOMP-145: problem with
&lt;br&gt;JarResourceLoader.initialize() never being called
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-44] - Document usage of runOnlyAtExecutionRoot and
&lt;br&gt;supplemental model features.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRRESOURCES-45] - Stage releases for dependencies that have changed
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Remote-Resources-Plugin-1.1-Released-tp25566358p25566358.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566351</id>
	<title>Maven Artifact Resolver (Shared Library) 1.0 Released</title>
	<published>2009-09-22T12:52:28Z</published>
	<updated>2009-09-22T12:52:28Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Artifact
&lt;br&gt;Resolver, version 1.0
&lt;br&gt;&lt;br&gt;This is a shared library that aims to simplify as much as possible the
&lt;br&gt;task of resolving dependency artifacts for one or more projects
&lt;br&gt;(MavenProject instances) all at once.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-artifact-resolver/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-artifact-resolver/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the resolver library, add the following to your POM's
&lt;br&gt;dependencies section:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.shared&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-artifact-resolver&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version
&lt;br&gt;maven-artifact-resolver-1.0
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-127] - Consider all projects in the reactor AND projects
&lt;br&gt;in the specified collection when dealing with
&lt;br&gt;MultipleArtifactsNotFoundException
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-126] - Create shared api to resolve project dependencies
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Artifact-Resolver-%28Shared-Library%29-1.0-Released-tp25566351p25566351.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25566349</id>
	<title>Maven Verifier 1.2 Released</title>
	<published>2009-09-22T12:52:21Z</published>
	<updated>2009-09-22T12:52:21Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Verifier,
&lt;br&gt;version 1.2
&lt;br&gt;&lt;br&gt;This is a shared library for use in testing various Maven components. It
&lt;br&gt;allows the user to execute Maven builds as part of the testing process,
&lt;br&gt;with methods supporting test preparation and assertion of results.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-verifier/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-verifier/&lt;/a&gt;&lt;br&gt;&lt;br&gt;To use the verifier, add the following to your POM's dependencies section:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.shared&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-verifier&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;1.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;scope&amp;gt;test&amp;lt;/scope&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version maven-verifier 1.2
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-73] - Verifier doesn't throw VerificationException upon
&lt;br&gt;non-zero exit code of mvn.bat on Windows
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-76] - Verifier executeGoal method is OS-dependent in
&lt;br&gt;case of failure
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-72] - Use current local repo for forked Maven
&lt;br&gt;invocations by default
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-75] - Add convenience method to clean (target) directory
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Verifier-1.2-Released-tp25566349p25566349.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25143868</id>
	<title>Maven Resoures Plugin 2.4 Released</title>
	<published>2009-08-25T16:12:55Z</published>
	<updated>2009-08-25T16:12:55Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Resources
&lt;br&gt;Plugin, version 2.4.
&lt;br&gt;&lt;br&gt;The Resources Plugin provides support for copying and filtering files in
&lt;br&gt;the standard resource locations in a Maven build (configured using the
&lt;br&gt;project/build/resources and project/build/testResources sections in the
&lt;br&gt;POM).
&lt;br&gt;&lt;br&gt;It also provides similar support for additional, ad-hoc resource
&lt;br&gt;definitions using the copy-resoures mojo.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-resources-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-resources-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;You should specify this version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-resources-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.4&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Resources Plugin - Version 2.4
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-44] - &amp;nbsp;${settings.localRepository} is not expanded by
&lt;br&gt;resource filtering
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-48] - Failed to copy full contents from
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-77] - Filters for copy-resources goal in plugin
&lt;br&gt;configuration section are ignored
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-78] - change in @ translation behavior in
&lt;br&gt;maven-resources-plugin 2.3
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-79] - &amp;lt;resources&amp;gt; are filtered by test filters
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-81] - 2.3 escapes characters when filtering properties
&lt;br&gt;&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MRESOURCES-60] - delimiter configuration
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Casey
&lt;br&gt;Developer, PMC Member - Apache Maven (&lt;a href=&quot;http://maven.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org&lt;/a&gt;)
&lt;br&gt;Blog: &lt;a href=&quot;http://www.ejlife.net/blogs/buildchimp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ejlife.net/blogs/buildchimp/&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Resoures-Plugin-2.4-Released-tp25143868p25143868.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25143865</id>
	<title>Maven Filtering 1.0-beta-3 Released</title>
	<published>2009-08-25T16:12:48Z</published>
	<updated>2009-08-25T16:12:48Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Maven Filtering,
&lt;br&gt;version 1.0-beta-3.
&lt;br&gt;&lt;br&gt;Maven Filtering is an API that allows plugin developers to filter
&lt;br&gt;text-based resources using values supplied by a MavenProject instance, a
&lt;br&gt;MavenSession instance, and an arbitrary set of properties files.
&lt;br&gt;&lt;br&gt;Filtering based on MavenProject values aims to replicate support for
&lt;br&gt;POM-interpolation expressions, while filtering based on the MavenSession
&lt;br&gt;aims to support filtering of system properties and command-line
&lt;br&gt;properties used to execute Maven.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-filtering/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-filtering/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;To use this API, you should add the following dependency to your project:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.shared&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-filtering&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0-beta-3&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version maven-filtering-1.0-beta-4
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-121] - FilteringUtils.escapeWindowsPath doesn't handle
&lt;br&gt;paths that leave out the drive letter.
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MSHARED-78] - FilteringUtils escapeWindowsPath() doesn't work on
&lt;br&gt;Windows
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Casey
&lt;br&gt;Developer, PMC Member - Apache Maven (&lt;a href=&quot;http://maven.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org&lt;/a&gt;)
&lt;br&gt;Blog: &lt;a href=&quot;http://www.ejlife.net/blogs/buildchimp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ejlife.net/blogs/buildchimp/&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Filtering-1.0-beta-3-Released-tp25143865p25143865.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25088619</id>
	<title>Apache Source-Release Assembly Descriptor 1.0 Released</title>
	<published>2009-08-21T16:00:54Z</published>
	<updated>2009-08-21T16:00:54Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">It appears that the site/repository synchronization is moving slowly, so 
&lt;br&gt;please be patient and these artifacts and site updates should be showing 
&lt;br&gt;up before long. I want to make sure I get this announcement out before I 
&lt;br&gt;forget it, though.
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;The Maven team is pleased to announce the release of Apache
&lt;br&gt;Source-Release Assembly Descriptor, version 1.0.
&lt;br&gt;&lt;br&gt;This is a standardized assembly descriptor for use in the
&lt;br&gt;maven-assembly-plugin. Source-release artifacts are archives which
&lt;br&gt;contain the full project structure (sources only, no build output) that
&lt;br&gt;are the subject of an ASF release vote.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/apache-resource-bundles/apache-source-release-assembly-descriptor/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This assembly descriptor should be coming to a parent POM near you, and
&lt;br&gt;should eventually be an automatic part of every ASF release. For now, it
&lt;br&gt;has been configured into the release process for Maven projects that
&lt;br&gt;inherit from maven-parent version 13 (also recently released). If you
&lt;br&gt;want to try out the source-release descriptor in the meantime, you can
&lt;br&gt;include a configuration like the following:
&lt;br&gt;&lt;br&gt;&amp;lt;build&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;plugins&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;artifactId&amp;gt;maven-assembly-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;2.2-beta-4&amp;lt;/version&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependencies&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.apache.resources&amp;lt;/groupId&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;lt;artifactId&amp;gt;apache-source-release-assembly-descriptor&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;version&amp;gt;1.0&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/dependencies&amp;gt;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;id&amp;gt;source-release&amp;lt;/id&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;phase&amp;gt;package&amp;lt;/phase&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;goal&amp;gt;single&amp;lt;/goal&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/goals&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;descriptorRef&amp;gt;source-release&amp;lt;/descriptorRef&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/descriptorRefs&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;tarLongFileMode&amp;gt;gnu&amp;lt;/tarLongFileMode&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;runOnlyAtExecutionRoot&amp;gt;true&amp;lt;/runOnlyAtExecutionRoot&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/configuration&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/execution&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;lt;/plugins&amp;gt;
&lt;br&gt;&amp;lt;/build&amp;gt;
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;The Maven Team
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Casey
&lt;br&gt;Developer, PMC Member - Apache Maven (&lt;a href=&quot;http://maven.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org&lt;/a&gt;)
&lt;br&gt;Blog: &lt;a href=&quot;http://www.ejlife.net/blogs/buildchimp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ejlife.net/blogs/buildchimp/&lt;/a&gt;&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Source-Release-Assembly-Descriptor-1.0-Released-tp25088619p25088619.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24993796</id>
	<title>Maven Jarsigner Plugin 1.1 Released</title>
	<published>2009-08-16T06:59:23Z</published>
	<updated>2009-08-16T06:59:23Z</updated>
	<author>
		<name>bentmann</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Jarsigner
&lt;br&gt;Plugin, version 1.1.
&lt;br&gt;&lt;br&gt;This plugin signs and verifies the project artifacts using the jarsigner
&lt;br&gt;tool. See the plugin's site for more details:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://maven.apache.org/plugins/maven-jarsigner-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-jarsigner-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;This plugin is meant to supercede the existing jar:sign and
&lt;br&gt;jar:sign-verify goals from the Maven Jar Plugin which will be deprecated
&lt;br&gt;in a future release.
&lt;br&gt;&lt;br&gt;To use the updated plugin in your projects, you need to add the
&lt;br&gt;the following plugin configuration to your POM:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;artifactId&amp;gt;maven-jarsigner-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;version&amp;gt;1.1&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ...
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;/executions&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Jar Signer Plugin - Version 1.1
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MJARSIGNER-5] - Allow to unsign JARs before re-signing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MJARSIGNER-6] - Allow batch signing of multiple JARs
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Jarsigner-Plugin-1.1-Released-tp24993796p24993796.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24926384</id>
	<title>Apache Maven 2.2.1 Released</title>
	<published>2009-08-11T14:46:55Z</published>
	<updated>2009-08-11T14:46:55Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Apache Maven, 
&lt;br&gt;version 2.2.1
&lt;br&gt;&lt;br&gt;Maven is a project comprehension and build tool, designed to simplify 
&lt;br&gt;the process of maintaining a healthy development lifecycle for your 
&lt;br&gt;project. You can read more here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Downloads are available here:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/download.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/download.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;Release notes are available at (they are also included below):
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/release-notes.html&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/release-notes.html&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2 - Version 2.2.1
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3265] - maven-model Extension.equals causes NPE when any 
&lt;br&gt;field is uninitialized
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3506] - Custom ArtifactHandler not resolved for project when 
&lt;br&gt;an additional plugin with extensions is defined in parent pom
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-3753] - ArtifactResolverDiagnoser.diagnose() fails with NPE 
&lt;br&gt;if nested IOException has no detail message
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4189] - Maven not picking up specific timestamped version 
&lt;br&gt;dependency when a later timestamped version was downloaded and already 
&lt;br&gt;present in the local repository
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4218] - NPE in AbstractArtifactResolutionException if 
&lt;br&gt;DefaultArtifactResolver.resolveTransitively is interrupted
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4228] - [regression] Authorization failed: Not authorized by 
&lt;br&gt;proxy.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4235] - [regression] Maven 2.2.0 produces invalid checksums 
&lt;br&gt;during deployment to secured HTTP repo
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4236] - [regression] http wagon uploads files twice with 
&lt;br&gt;Maven 2.2.0 when preemptive auth is disabled (default setting)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4238] - Custom ArtifactHandler provided by build extension 
&lt;br&gt;isn't used for project artifact
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4240] - Direct dependencies with scope == provided will not 
&lt;br&gt;have their transitive dependencies resolved for compiling and testing
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4270] - ArtifactHandler, LifecycleMapping from plugin 
&lt;br&gt;dependency is not used when plugin extensions are enabled
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4275] - [regression] Direct relocations no longer log at 
&lt;br&gt;WARNING level : MNG-3380 conflicts with MNG-1689
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4254] - Support selection of wagon implementation for a 
&lt;br&gt;particular protocol
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4279] - wagon provider selection should fail gracefully and 
&lt;br&gt;use protocol for roleHint if protocol-provider roleHint isn't available.
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MNG-4290] - Update guide-http-settings to reflect the fact that 
&lt;br&gt;sun-based http has been restored as the default for the http/s wagons.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Apache-Maven-2.2.1-Released-tp24926384p24926384.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24919179</id>
	<title>Maven Repository Plugin 2.2 Released</title>
	<published>2009-08-11T07:51:15Z</published>
	<updated>2009-08-11T07:51:15Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">Re-sending, I used the wrong from address...
&lt;br&gt;&lt;br&gt;---
&lt;br&gt;&lt;br&gt;The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Repository Plugin, version 2.2
&lt;br&gt;&lt;br&gt;This plugin simplifies the task of creating upload bundles for adding
&lt;br&gt;artifacts to Maven's central repository.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-repository-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-repository-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;artifactId&amp;gt;maven-repository-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp; &amp;lt;version&amp;gt;2.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Repository Plugin - Version 2.2
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MREPOSITORY-18] - Repository bundles don't include .asc files or
&lt;br&gt;attached artifacts other than sources and javadocs
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MREPOSITORY-3] - Please add support for multi-module projects in
&lt;br&gt;repository:bundle-create mojo
&lt;br&gt;&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;John Casey
&lt;br&gt;Developer, PMC Member - Apache Maven (&lt;a href=&quot;http://maven.apache.org&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org&lt;/a&gt;)
&lt;br&gt;Blog: &lt;a href=&quot;http://www.ejlife.net/blogs/buildchimp/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.ejlife.net/blogs/buildchimp/&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Repository-Plugin-2.2-Released-tp24919179p24919179.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24754465</id>
	<title>Maven Javadoc Plugin 2.6 Released</title>
	<published>2009-07-31T02:40:07Z</published>
	<updated>2009-07-31T02:40:07Z</updated>
	<author>
		<name>vsiveton</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Javadoc
&lt;br&gt;Plugin, version 2.6.
&lt;br&gt;&lt;br&gt;The Maven Javadoc Plugin is a plugin that uses the javadoc tool for
&lt;br&gt;generating javadocs for the specified project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-javadoc-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-javadoc-plugin/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's plugin configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;plugin&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.plugins&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-javadoc-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.6&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Javadoc Plugin - Version 2.6
&lt;br&gt;&lt;br&gt;** Sub-task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-239] - Helpfile loaded from classpath
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-181] - Javadoc report not generated for multi-module
&lt;br&gt;project if run from parent level.
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-215] - warning proxyHost' is deprecated since 2.4
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-219] - skip parameter is ignored in aggregate goal
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-220] - ArrayIndexOutOfBoundsException in
&lt;br&gt;JavadocUtil.getIncludedFiles
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-230] - aggregate report requires to have
&lt;br&gt;aggregate=true configuration parameter
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-231] - tagletpath does not seem to work
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-232] - copied doc-files folder contains svn meta files
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-238] - No timeout set for URLConnection which can
&lt;br&gt;cause build to get stuck
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-216] - Stylesheet file loaded from classpath
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-222] - Documentation Issues
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-225] - The plugin should be able to generate a jar of
&lt;br&gt;the aggregated javadoc
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-226] - Add a new goal to fix Javadoc tags
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-240] - Add default Javadoc link depending the values
&lt;br&gt;of maven-compiler-plugin configuration
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-97] - enable internal/external dependency references as links
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MJAVADOC-217] - Update &amp;quot;Aggregating Javadocs&amp;quot; example
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Javadoc-Plugin-2.6-Released-tp24754465p24754465.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24639561</id>
	<title>Maven Reporting Implementation 2.0.4.2 Released</title>
	<published>2009-07-23T23:54:56Z</published>
	<updated>2009-07-23T23:54:56Z</updated>
	<author>
		<name>Dennis Lundberg-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Reporting
&lt;br&gt;Implementation, version 2.0.4.2
&lt;br&gt;&lt;br&gt;This shared component contains abstract classes to manage report generation.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/shared/maven-reporting-impl/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/shared/maven-reporting-impl/&lt;/a&gt;&lt;br&gt;&lt;br&gt;You should specify the version in your project's dependency configuration:
&lt;br&gt;&lt;br&gt;&amp;lt;dependency&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;groupId&amp;gt;org.apache.maven.reporting&amp;lt;/groupId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;artifactId&amp;gt;maven-reporting-impl&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.0.4.2&amp;lt;/version&amp;gt;
&lt;br&gt;&amp;lt;/dependency&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Shared Components - Version maven-reporting-impl
&lt;br&gt;2.0.4.2
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-108] - Add an ASF-compliant source release assembly
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSHARED-106] - Update to Doxia 1.0
&lt;br&gt;&lt;br&gt;Enjoy,
&lt;br&gt;&lt;br&gt;-The Maven team
&lt;br&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Maven-Reporting-Implementation-2.0.4.2-Released-tp24639561p24639561.html" />
</entry>

</feed>
