Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Stuart McCulloch
On 27 February 2011 23:12, Brett Porter wrote: > wifi is flaky so I won't make it through JIRA, but here's the trace from > Archiva if it helps. It looks due to an API change, as the appassembler > plugin declares it's own repository type. > ah, looks like http://jira.codehaus.org/browse/MNG-496

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Brett Porter
wifi is flaky so I won't make it through JIRA, but here's the trace from Archiva if it helps. It looks due to an API change, as the appassembler plugin declares it's own repository type. [INFO] --- appassembler-maven-plugin:1.0:create-repository (default) @ archiva-jetty --- [DEBUG] Configurin

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Brett Porter
Same problem building Archiva trunk (in archiva-jetty) if you want a test project to look at. I don't have a checkout of appassembler with me to check if it has an integration test that might exhibit this for you as well. Cheers, Brett On 28/02/2011, at 9:02 AM, Dennis Lundberg wrote: > On 201

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Stuart McCulloch
On 27 February 2011 22:02, Dennis Lundberg wrote: > On 2011-02-24 22:57, Benjamin Bentmann wrote: > > Hi, > > > > we're aiming at a bugfix release of Maven 3 in the next week and > > following tradition we invite interested users in taking the RC for a > > test drive in order to detect and fix po

[ANN] Maven Assembly Plugin 2.2.1 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Assembly Plugin, version 2.2.1 Do you want to create a binary distribution from a Maven project that includes supporting scripts, configuration files, and all runtime dependencies? You need to use the Assembly Plugin to create a distri

[ANN] Maven Resources Plugin 2.5 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Resources Plugin, version 2.5 The Resources Plugin handles the copying of project resources to the output directory. http://maven.apache.org/plugins/maven-resources-plugin/ You should specify the version in your project's plugin conf

[ANN] Maven Remote Resources Plugin 1.2 Released

2011-02-27 Thread Dennis Lundberg
The Maven team is pleased to announce the release of the Maven Remote Resources Plugin, version 1.2 This plugin is used to retrieve JARs of resources from remote repositories, process those resources, and incorporate them into JARs you build with Maven. http://maven.apache.org/plugins/maven-remot

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Dennis Lundberg
On 2011-02-24 22:57, Benjamin Bentmann wrote: > Hi, > > we're aiming at a bugfix release of Maven 3 in the next week and > following tradition we invite interested users in taking the RC for a > test drive in order to detect and fix potential regressions since > version 3.0.2 before the actual rel

MRELEASE-657: inherited properties

2011-02-27 Thread Baptiste MATHUS
Hi all, I'm trying to find a way to propose a patch for this bug ( http://jira.codehaus.org/browse/MRELEASE-657). So, I'm digging inside maven-release code. Could you please correct the assertions/sentences I make below, coming from my current understanding: - Each pom is read almost exclusiv

[RESULT] [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-27 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): John Casey, Olivier Lamy, Hervé Boutemy, Dennis Lundberg +1 (non binding): Tony Chemit I will promote the artifacts to the central repo. On 2011-02-24 21:15, Dennis Lundberg wrote: > Hi, > > We solved 16 issues: > http://jira.cod

[RESULT] [VOTE] Release Maven Resources Plugin version 2.5

2011-02-27 Thread Dennis Lundberg
Hi, The vote has passed with the following result : +1 (binding): Benjamin Bentmann, Olivier Lamy, Lukas Theussl, Hervé Boutemy, Dennis Lundberg +1 (non binding): Tamás Cservenák, Tony Chemit, Nicolas de Loof I will promote the artifacts to the central repo. On 2011-02-24 20:53, Dennis Lundberg

[RESULT] [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-27 Thread Dennis Lundberg
Hi, The vote has passed with the following result: +1 (binding): Benjamin Bentmann, Lukas Theussl, Hervé Boutemy, Olivier Lamy, Dennis Lundberg +1 (non binding): Tamas Cservenák I will promote the artifacts to the central repo. On 2011-02-24 20:44, Dennis Lundberg wrote: > Hi, > > We solved 5

Re: [VOTE] Release Maven Assembly Plugin version 2.2.1

2011-02-27 Thread Dennis Lundberg
+1 from me On 2011-02-24 21:15, Dennis Lundberg wrote: > Hi, > > We solved 16 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11126&styleName=Html&version=17135 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=t

Re: [VOTE] Release Maven Resources Plugin version 2.5

2011-02-27 Thread Dennis Lundberg
+1 from me On 2011-02-24 20:53, Dennis Lundberg wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11145&styleName=Html&version=16232 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=tr

Re: [VOTE] Release Maven Remote Resources Plugin version 1.2

2011-02-27 Thread Dennis Lundberg
+1 from me On 2011-02-24 20:44, Dennis Lundberg wrote: > Hi, > > We solved 5 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11391&styleName=Html&version=15620 > > Note that MRRESOURCES-51 "Publish the XML schemas for remote-resources > and supplemental-model" will be resolv

Can someone help with upgrading surefire to latest doxia libs?

2011-02-27 Thread Kristian Rosenvold
There seem to be a few compatibility breaks and maybe some incorrect usage within the surefire-report-plugin that is making it hard to upgrade. I was wondering if anyone could help me with this upgrade ? http://jira.codehaus.org/browse/SUREFIRE-566 If I just do: svn co https://svn.apache.org/rep

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Paul Gier
There seems to be a regression in the jboss as build [1]. Not sure what the cause is, but the new Maven RC seems to have a problem during execution of our custom surefire impl. I created a jira issue [2] to track this and attached the relevant part of the build log. [1]https://github.com/jbossas

Re: [PLEASE TEST] Apache Maven 3.0.3-RC1

2011-02-27 Thread Mark Derricutt
Have not tested the RC directly but have been using the nightlies from Hudson/Jenkins on our OSGi/Felix project - no problems, releases all gold as well. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree 2011/2/27 Arnaud Héritier > Tested without pr