<?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-11T06:10:00Z</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-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>Benjamin Bentmann-3</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>markh-5</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>Benjamin Bentmann-3</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>Benjamin Bentmann-3</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>Benjamin Bentmann-3</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>Benjamin Bentmann-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.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>Benjamin Bentmann-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.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>Benjamin Bentmann-3</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>Benjamin Bentmann-3</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>dennisl-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>

<entry>
	<id>tag:old.nabble.com,2006:post-24639506</id>
	<title>Maven Project Info Reports Plugin 2.1.2 Released</title>
	<published>2009-07-23T23:50:03Z</published>
	<updated>2009-07-23T23:50:03Z</updated>
	<author>
		<name>dennisl-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Project
&lt;br&gt;Info Reports Plugin, version 2.1.2
&lt;br&gt;&lt;br&gt;The Maven Project Info Reports plugin is used to generate reports
&lt;br&gt;information about the project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-project-info-reports-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-project-info-reports-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-project-info-reports-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.1.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 Project Info Reports Plugin - Version 2.1.2
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-136] - French properties file reference inexistent unicode char
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-160] - Dependency report ignores local repository and always
&lt;br&gt;re-fetches artifacts from remote repos
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-162] - Grammar incorrect for empty Notifiers section
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-155] - Spanish Translation &amp;nbsp;for maven-reports-plugin
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-165] - Add an ASF-compliant source release assembly
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-138] - Complet Polish translation
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-152] - Update to Doxia 1.0
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-153] - Update to maven-doxia-tools 1.0.2
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MPIR-164] - Complete the German translation
&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-Project-Info-Reports-Plugin-2.1.2-Released-tp24639506p24639506.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24632666</id>
	<title>Maven Jarsigner Plugin 1.0 Released</title>
	<published>2009-07-23T12:02:16Z</published>
	<updated>2009-07-23T12:02:16Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Jarsigner 
&lt;br&gt;Plugin, version 1.0.
&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;The new 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 new 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.0&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;Release Notes - Maven 2.x Jar Signer Plugin - Version 1.0
&lt;br&gt;&lt;br&gt;(none - initial release)
&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.0-Released-tp24632666p24632666.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24557267</id>
	<title>Maven Ant Plugin 2.2 Released</title>
	<published>2009-07-19T06:59:57Z</published>
	<updated>2009-07-19T06:59:57Z</updated>
	<author>
		<name>Benjamin Bentmann-3</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Ant 
&lt;br&gt;Plugin, version 2.2.
&lt;br&gt;&lt;br&gt;This plugin generates an Ant build file 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 specify the
&lt;br&gt;version in your 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-ant-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 Ant Plugin - Version 2.2
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-41] - mvn ant:ant fails with NPE when maven-javadoc-plugin 
&lt;br&gt;custom tag is specified in pom.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-44] - Generated ant copy commands in package target point 
&lt;br&gt;to hard-coded local repository instead of ${maven.repo.local}
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-45] - basedir attribute of &amp;lt;war&amp;gt; task of package target in 
&lt;br&gt;generated Ant build causes files to be archived twice
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-46] - mvn ant:ant throws a StringIndexOutOfBoundsException
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-47] - ant:clean should not delete build.xml
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-50] - Wrong build.classpath with reactor mode
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-51] - Configuration from plugin management is not considered
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-52] - NullPointerException when maven-javadoc-plugin 
&lt;br&gt;configuration defines multiple group elements within a groups list element.
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [MANT-42] - Update to p-u 1.5.4
&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-Ant-Plugin-2.2-Released-tp24557267p24557267.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24479915</id>
	<title>Maven Stage Plugin 1.0-alpha-2 Released</title>
	<published>2009-07-14T06:55:09Z</published>
	<updated>2009-07-14T06:55:09Z</updated>
	<author>
		<name>dennisl-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Stage
&lt;br&gt;Plugin, version 1.0-alpha-2
&lt;br&gt;&lt;br&gt;The Maven Stage Plugin copies artifacts from one repository to another.
&lt;br&gt;Its main use is for copying artifacts from a staging repository to the
&lt;br&gt;real repository.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-stage-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-stage-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-stage-plugin&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;/plugin&amp;gt;
&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven 2.x Stage Plugin - Version 1.0-alpha-2
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSTAGE-3] - The stage plugin only supports copying from http(s)
&lt;br&gt;to scp urls
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSTAGE-11] - Add an ASF-compliant source release assembly
&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-Stage-Plugin-1.0-alpha-2-Released-tp24479915p24479915.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24479910</id>
	<title>Maven EJB Plugin 2.2 Released</title>
	<published>2009-07-14T06:55:01Z</published>
	<updated>2009-07-14T06:55:01Z</updated>
	<author>
		<name>dennisl-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven EJB
&lt;br&gt;Plugin, version 2.2
&lt;br&gt;&lt;br&gt;This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
&lt;br&gt;associated client jar.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-ejb-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-ejb-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-ejb-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 EJB Plugin - Version 2.2
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-39] - Plugin fails to properly resolve relative path for
&lt;br&gt;output directory
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-32] - Add set classifier to client classifier
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-40] - Add an ASF-compliant source release assembly
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-13] - Add support for configuring exclusion filter for main
&lt;br&gt;ejb jar
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-26] - Plugin documentation for clientExcludes property is
&lt;br&gt;incorrect
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MEJB-35] - Upgrade to Maven Archiver 2.4
&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-EJB-Plugin-2.2-Released-tp24479910p24479910.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24479901</id>
	<title>Maven Site Plugin 2.0.1 Released</title>
	<published>2009-07-14T06:54:52Z</published>
	<updated>2009-07-14T06:54:52Z</updated>
	<author>
		<name>dennisl-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven Site
&lt;br&gt;Plugin, version 2.0.1
&lt;br&gt;&lt;br&gt;The Site Plugin is used to generate a site for the project.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/plugins/maven-site-plugin/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/plugins/maven-site-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-site-plugin&amp;lt;/artifactId&amp;gt;
&lt;br&gt;&amp;nbsp;&amp;lt;version&amp;gt;2.0.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 Site Plugin - Version 2.0.1
&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSITE-394] - Deploying a staging site doesn't set the same
&lt;br&gt;permissions as when deploying a site
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSITE-400] - Make repository id for stage-deploy configurable
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MSITE-413] - Add an ASF-compliant source release assembly
&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-Site-Plugin-2.0.1-Released-tp24479901p24479901.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24479899</id>
	<title>Maven Checkstyle Plugin 2.3 Released</title>
	<published>2009-07-14T06:54:40Z</published>
	<updated>2009-07-14T06:54:40Z</updated>
	<author>
		<name>dennisl-2</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of the Maven
&lt;br&gt;Checkstyle Plugin, version 2.3
&lt;br&gt;&lt;br&gt;The Checkstyle plugin generates report regarding the code style used by
&lt;br&gt;the developers.
&lt;br&gt;&lt;br&gt;Important note: This version of the plugin uses Checkstyle 4.4. Version
&lt;br&gt;2.3 will be the last version of Maven Checkstyle Plugin that will run on
&lt;br&gt;Java 1.4. The next version of Maven Checkstyle Plugin will be upgraded
&lt;br&gt;to Checkstyle 5 and will therefor require Java 5 to run.
&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.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 Checkstyle Plugin - Version 2.3
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-101] - Skip should skip everything including the
&lt;br&gt;Velocity initialization
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-110] - option to output violations to the console
&lt;br&gt;when using chekstyle:check
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-114] - Add an ASF-compliant source release assembly
&lt;br&gt;&lt;br&gt;** New Feature
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-113] - Set the number of accepted violations for
&lt;br&gt;checkstyle:check
&lt;br&gt;&lt;br&gt;** Task
&lt;br&gt;&amp;nbsp; &amp;nbsp; * [MCHECKSTYLE-98] - Maven Checkstyle is too strict and not follow
&lt;br&gt;Maven's team conventions!
&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-Checkstyle-Plugin-2.3-Released-tp24479899p24479899.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24280897</id>
	<title>Maven Wagon 1.0-beta-6 Released</title>
	<published>2009-06-30T15:21:08Z</published>
	<updated>2009-06-30T15:21:08Z</updated>
	<author>
		<name>jdcasey</name>
	</author>
	<content type="html">The Maven team is pleased to announce the release of Maven Wagon,
&lt;br&gt;version 1.0-beta-6.
&lt;br&gt;&lt;br&gt;Wagon is an API for retrieving files from various types of remote
&lt;br&gt;sources, including support for proxies, authentication, and more.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://maven.apache.org/wagon/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://maven.apache.org/wagon/&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Release Notes - Maven Wagon - Version 1.0-beta-6
&lt;br&gt;&lt;br&gt;&lt;br&gt;** Bug
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [WAGON-220] - Wagon HTTP Deadlocks under high load
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [WAGON-270] - preemptive auth in non-lightweight http wagon
&lt;br&gt;causes Unauthorized responses from some servers
&lt;br&gt;&lt;br&gt;** Improvement
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [WAGON-264] - compressed tarball download problems
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [WAGON-269] - Allow configuration of httpclient to change cookie
&lt;br&gt;policy, other options
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* [WAGON-271] - Provide configurability of httpclient parameters to
&lt;br&gt;allow user to tell Maven to ignore cookies
&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-Wagon-1.0-beta-6-Released-tp24280897p24280897.html" />
</entry>

</feed>
