Re: Cleaning up distribution binaries

2014-02-24 Thread Brett Porter
On 25 Feb 2014, at 4:52 pm, Mirko Friedenhagen wrote: > Brett, > > I would leave the directories, remove the archives and add a README stating > that the stuff people are looking for is not supported anymore and direct > them to a wiki page holding their options. Good call. I added the followi

Re: Cleaning up distribution binaries

2014-02-24 Thread Mirko Friedenhagen
Brett, I would leave the directories, remove the archives and add a README stating that the stuff people are looking for is not supported anymore and direct them to a wiki page holding their options. Regards Mirko -- Sent from my mobile On Feb 24, 2014 10:43 PM, "Brett Porter" wrote: > I remov

An attribute based config for dependencies/plugins

2014-02-24 Thread William Ferguson
One of the common complaints I hear about Maven is that the config is too verbose, especially when compared to the attribute based dependency config used by Ivy. Personally it doesn't worry me overly, but if the config for dependencies/plugins where to become attribute based instead of element base

Re: Cleaning up distribution binaries

2014-02-24 Thread Olivier Lamy
On 25 February 2014 08:43, Brett Porter wrote: > I removed 3.1.0-alpha-1 from here: http://www.apache.org/dist/maven/binaries/ > > This is maintained for Jenkins. Does anyone know if that has been fixed to > find Maven in the new locations, or does 3.2.1 need to be copied into there > as well? >

Re: maven-stage-plugin / maven-repository-plugin

2014-02-24 Thread Olivier Lamy
On 25 February 2014 06:12, Karl Heinz Marbaise wrote: > Hi, > > i would like to know if there are any update/enhancement plans/ideas for > those two plugins > > maven-stage-plugin: > > In JIRA for the maven-stage-plugin there are several issue open which sound > very interesting and would help

Re: [VOTE] Release Apache Maven GPG Plugin version 1.5

2014-02-24 Thread Olivier Lamy
+1 -- Olivier On Feb 25, 2014 9:32 AM, "Stephen Connolly" wrote: > ping... looking for 1 more binding vote > > > On 21 February 2014 14:13, Stephen Connolly < > stephen.alan.conno...@gmail.com > > wrote: > > > Hi, > > > > We solved 4 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?pro

Re: [VOTE] Release Apache Maven GPG Plugin version 1.5

2014-02-24 Thread Stephen Connolly
ping... looking for 1 more binding vote On 21 February 2014 14:13, Stephen Connolly wrote: > Hi, > > We solved 4 > issues:http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11431&styleName=Html&version=17635 > > There are still a couple of issues left in > JIRA:http://jira.codehaus.or

[GitHub] maven-scm pull request: Replace jakarta-regexp with java.util.rege...

2014-02-24 Thread ebourg
GitHub user ebourg opened a pull request: https://github.com/apache/maven-scm/pull/10 Replace jakarta-regexp with java.util.regex Hi, I'd like to suggest the removal of the dependency on the old jakarta-regexp API and replace it with the standard `java.util.regex` API in th

Cleaning up distribution binaries

2014-02-24 Thread Brett Porter
I removed 3.1.0-alpha-1 from here: http://www.apache.org/dist/maven/binaries/ This is maintained for Jenkins. Does anyone know if that has been fixed to find Maven in the new locations, or does 3.2.1 need to be copied into there as well? Any objections to removing these directories too? http://w

[GitHub] maven-surefire pull request: [SUREFIRE-1062] TestNG listeners on s...

2014-02-24 Thread yuppie-flu
GitHub user yuppie-flu opened a pull request: https://github.com/apache/maven-surefire/pull/35 [SUREFIRE-1062] TestNG listeners on separate lines in pom.xml Fix for [SUREFIRE-1062](http://jira.codehaus.org/browse/SUREFIRE-1062) issue You can merge this pull request into a Git reposi

maven-stage-plugin / maven-repository-plugin

2014-02-24 Thread Karl Heinz Marbaise
Hi, i would like to know if there are any update/enhancement plans/ideas for those two plugins maven-stage-plugin: In JIRA for the maven-stage-plugin there are several issue open which sound very interesting and would help me as well Based on my testing it currently seemed to be wo

Re: Release assembly plugin?

2014-02-24 Thread Robert Scholte
Regarding MASSEMBLY-681, I wouldn't try to make it too complex. If plexus/guice ignores an empty tag, it's their issue. Did you try: Robert Op Mon, 24 Feb 2014 13:12:42 +0100 schreef Karl Heinz Marbaise : Hi Brett, i have started to work on cleaning up the JIRA closing some issues which

Re: Release assembly plugin?

2014-02-24 Thread Kristian Rosenvold
I'll spin through archiver issues hopefully tomorrow and by the looks of the pull requests I'll push 2.4.5. Kristian 2014-02-24 13:12 GMT+01:00 Karl Heinz Marbaise : > Hi Brett, > > i have started to work on cleaning up the JIRA closing some issues which > are not up-to-date anymore etc. > >

[ANN] Maven 3.2.1 Release

2014-02-24 Thread Jason van Zyl
Hi! The Apache Maven Team is pleased to announce the release of 3.2.1 The release notes can be found here: http://maven.apache.org/docs/3.2.1/release-notes.html The release can be downloaded from: http://maven.apache.org/download.cgi Full list of changes can be viewed in JIRA: https://jira.code

Re: Release notes for 3.2.1 lost on the Maven homepage

2014-02-24 Thread Jason van Zyl
Great, thanks. On Feb 24, 2014, at 12:36 AM, Anders Hammar wrote: >> I had a look at the Download page and the JDK requirements incorrectly >> states 1.5. It should be 1.6 for Maven 3.2.x. >> > > I've fixed this now. > > /Anders > > >> >> /Anders >> >> >> On Mon, Feb 24, 2014 at 5:53 AM,

[GitHub] maven-scm pull request: Integrity blame command fixes.

2014-02-24 Thread stefvic
GitHub user stefvic opened a pull request: https://github.com/apache/maven-scm/pull/9 Integrity blame command fixes. Ensure integrity client is connected to PTC Integrity server: Execute 'si connect' from CLI before 'si annotate'. You can merge this pull request into a Git reposito

Re: Release assembly plugin?

2014-02-24 Thread Karl Heinz Marbaise
Hi Brett, i have started to work on cleaning up the JIRA closing some issues which are not up-to-date anymore etc. Currently i'm working on a little issue http://jira.codehaus.org/browse/MASSEMBLY-681 which is not really big but i would like to get it into the release if it's ok... Further

Release assembly plugin?

2014-02-24 Thread Brett Porter
Hi, I noticed that the assembly plugin hasn't been released for just over a year, and there are a few plexus-archiver improvements that would be useful to incorporate in the default. There don't appear to have been a lot of changes outside of those and the Java 5 / RAT changes. Kristian, you w

Re: [DISCUSS] Adopt a version policy and a support policy to go with it.

2014-02-24 Thread Anders Hammar
First, thanks Stephen (and others) for working on this. I think it's very important that we use version numbers consistently and also communicate what they mean to our users. We should also be very clear with what to expect. I agree with Dennis and Brett here, I think we could simplify by just sta

Re: Release notes for 3.2.1 lost on the Maven homepage

2014-02-24 Thread Anders Hammar
> I had a look at the Download page and the JDK requirements incorrectly > states 1.5. It should be 1.6 for Maven 3.2.x. > I've fixed this now. /Anders > > /Anders > > > On Mon, Feb 24, 2014 at 5:53 AM, Jason van Zyl wrote: > >> I just published the site with the ref docs and the updated relea