Re: [RESULT][VOTE] Maven 3.3.1 Release

2015-04-27 Thread Jason van Zyl
Actually I'll hold off on flushing to Maven Central as Wagon 2.9 needs to go first. On Mar 17, 2015, at 3:06 PM, Jason van Zyl wrote: > Hi, > > The vote has passed with the following result: > > +1 (binding): Jason van Zyl, Karl Heinz Marbaise, Ralph Goers, Hervé Boutemy, > Stephen Connolly

Re: [VOTE] Maven 3.3.1 Release

2015-03-21 Thread Karl Heinz Marbaise
Hi Hervé, On 3/21/15 1:09 PM, Hervé BOUTEMY wrote: great work, thank you! For the long-term, I'd like the content to be stored in maven.apache.org: do you have an idea where to put it? See the last lines of my original post... Regards, Hervé Le mardi 17 mars 2015 23:13:53 Karl Heinz Ma

Re: [VOTE] Maven 3.3.1 Release

2015-03-21 Thread Hervé BOUTEMY
great work, thank you! For the long-term, I'd like the content to be stored in maven.apache.org: do you have an idea where to put it? Regards, Hervé Le mardi 17 mars 2015 23:13:53 Karl Heinz Marbaise a écrit : > Hi, > > i have done a summary as a first step (release notes like): > > http://b

Re: [VOTE] Maven 3.3.1 Release

2015-03-18 Thread Stephen Connolly
Yep. https://github.com/eirslett/frontend-maven-plugin/pull/178 is the pull request that has been merged to fix the issue with that plugin On 16 March 2015 at 15:04, Stephen Connolly wrote: > > On 16 March 2015 at 14:43, Jason van Zyl wrote: > >> slf4j-maven-plugin-log > > > https://code.google

Re: [VOTE] Maven 3.3.1 Release

2015-03-17 Thread Jason van Zyl
And very much appreciated writing that up! Very helpful! On Mar 17, 2015, at 6:13 PM, Karl Heinz Marbaise wrote: > Hi, > > i have done a summary as a first step (release notes like): > > http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ > > If you have any suggestions / s

Re: [VOTE] Maven 3.3.1 Release

2015-03-17 Thread Jason van Zyl
Looks good. Only thing I see is that we decided to call the property: ${maven.multiModuleProjectDirectory} On Mar 17, 2015, at 6:13 PM, Karl Heinz Marbaise wrote: > Hi, > > i have done a summary as a first step (release notes like): > > http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot

Re: [VOTE] Maven 3.3.1 Release

2015-03-17 Thread Karl Heinz Marbaise
Hi, i have done a summary as a first step (release notes like): http://blog.soebes.de/blog/2015/03/17/apache-maven-3-dot-3-1-features/ If you have any suggestions / supplemental information etc. please don't hesitate to contact me... The best would be to create an issue or send a pull request

[RESULT][VOTE] Maven 3.3.1 Release

2015-03-17 Thread Jason van Zyl
Hi, The vote has passed with the following result: +1 (binding): Jason van Zyl, Karl Heinz Marbaise, Ralph Goers, Hervé Boutemy, Stephen Connolly +1 (non binding): Andreas Gudian, Mark Derricutt, Baptiste Mathus, Jieryn The release in on its way to Maven Central and the apache mirrors. On Mar

Re: [VOTE] Maven 3.3.1 Release

2015-03-17 Thread Jason van Zyl
It gets flushed out to Maven Central and all the mirrors before the announcement is made. But, yes, it's in Maven Central already it appears. On Mar 17, 2015, at 5:56 AM, Christian Andersson A wrote: > Is 3.3.1 released? Available on maven central > http://search.maven.org/#search%7Cgav%7C1%7C

Re: [VOTE] Maven 3.3.1 Release

2015-03-17 Thread Christian Andersson A
Is 3.3.1 released? Available on maven central http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.apache.maven%22%20AND%20a%3A%22maven%22 //christian On 03/13/2015 09:21 PM, Jason van Zyl wrote: Hi, Time to release Maven 3.3.1! Here is a link to Jira with 37 issues resolved: https://jira.c

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Hervé BOUTEMY
IIUC code, the .mvn directory is searched in parent directories (it is done in the shell script) this discussion (and corresponding improvements in documentation) should have happened before the release but it's not too late: just improve content to have a better documentation in 3.3.2 :) Rega

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Stephen Connolly
+1 on the release from me (binding) On 16 March 2015 at 15:04, Stephen Connolly wrote: > > On 16 March 2015 at 14:43, Jason van Zyl wrote: > >> slf4j-maven-plugin-log > > > https://code.google.com/p/slf4j-maven-plugin-log/ I think is the source > of the problem. Haven't had the time to dig furt

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Jason van Zyl
That is a copy of some of our documentation so you can see it here if it's not showing up on the site: http://takari.io/book/91-maven-classloading.html#maven-classloading On Mar 16, 2015, at 3:36 AM, Hervé BOUTEMY wrote: > I wrote http://maven.apache.org/ref/3-LATEST/maven-embedder/ for one pa

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Stephen Connolly
On 16 March 2015 at 14:43, Jason van Zyl wrote: > slf4j-maven-plugin-log https://code.google.com/p/slf4j-maven-plugin-log/ I think is the source of the problem. Haven't had the time to dig further.

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Jason van Zyl
After the work done I will speculate that it's the plugin. The desired behaviour, or protection from undesirable behavior, needs to be captured at the very least in an IT. On Mar 16, 2015, at 6:11 AM, Stephen Connolly wrote: > Classloading changes are causing a regression with a NPM plugin

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Stephen Connolly
Classloading changes are causing a regression with a NPM plugin for me... I'll investigate if this is an issue in the plugin itself (likely) or an issue with Maven. [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:0.0.16:install-node-and-npm (install node and npm) on projec

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Stephen Connolly
On 16 March 2015 at 07:36, Hervé BOUTEMY wrote: > I wrote http://maven.apache.org/ref/3-LATEST/maven-embedder/ for one part > I > could understand > > Have we an understanding of how the .mvn folder works in a multi-module reactor? Or when in a sub-module of a multi-module reactor? Is it only th

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Hervé BOUTEMY
I wrote http://maven.apache.org/ref/3-LATEST/maven-embedder/ for one part I could understand Jason did http://svn.apache.org/r1666016 with info on classloading, but there is a redirect rule that prevents to see the result: RedirectMatch ^/reference/(.*)$ /archives/maven-1.x/reference/$1 perhaps

Re: [VOTE] Maven 3.3.1 Release

2015-03-16 Thread Tibor Digana
I am interested in usage/documentation of new features which go with this release. Where can I find it? -- View this message in context: http://maven.40175.n5.nabble.com/VOTE-Maven-3-3-1-Release-tp5829077p5829338.html Sent from the Maven Developers mailing list archive at Nabble.com. -

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Hervé BOUTEMY
+1 deployed the site with it: http://maven.apache.org/ref/3-LATEST/ Regards, Hervé Le vendredi 13 mars 2015 13:21:29 Jason van Zyl a écrit : > Hi, > > Time to release Maven 3.3.1! > > Here is a link to Jira with 37 issues resolved: > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Karl Heinz Marbaise
Hi, based on Tibor request for some kind release notes i can write a conclusion Kind regards Karl Heinz Marbaise On 3/16/15 7:06 AM, Baptiste Mathus wrote: +1. 2015-03-16 2:56 GMT+01:00 Jason van Zyl : Great. I plan to let it free for St Patrick's beers early evening tomorrow EST. On

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Baptiste Mathus
+1. 2015-03-16 2:56 GMT+01:00 Jason van Zyl : > Great. I plan to let it free for St Patrick's beers early evening tomorrow > EST. > > On Mar 15, 2015, at 5:12 PM, Stephen Connolly < > stephen.alan.conno...@gmail.com> wrote: > > > I hope to haves testing done tomorrow > > > > On 13 March 2015 at 2

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Jason van Zyl
Great. I plan to let it free for St Patrick's beers early evening tomorrow EST. On Mar 15, 2015, at 5:12 PM, Stephen Connolly wrote: > I hope to haves testing done tomorrow > > On 13 March 2015 at 20:21, Jason van Zyl wrote: > >> Hi, >> >> Time to release Maven 3.3.1! >> >> Here is a link

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread jieryn
Works for a variety of our internal projects, cut a release, ran a site build. Nothing fancy. +1 non-binding On Sun, Mar 15, 2015 at 5:12 PM, Stephen Connolly wrote: > I hope to haves testing done tomorrow > > On 13 March 2015 at 20:21, Jason van Zyl wrote: > >> Hi, >> >> Time to release Maven

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Stephen Connolly
I hope to haves testing done tomorrow On 13 March 2015 at 20:21, Jason van Zyl wrote: > Hi, > > Time to release Maven 3.3.1! > > Here is a link to Jira with 37 issues resolved: > > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21013 > > Staging repo: > https://reposit

Re: [VOTE] Maven 3.3.1 Release

2015-03-15 Thread Mark Derricutt
On 14 Mar 2015, at 9:21, Jason van Zyl wrote: > Here is a link to Jira with 37 issues resolved: > https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21013 +1 (non-binding) from me. Looks good with out multi-module tiles based projects, my coffee script and clojure project

Re: [VOTE] Maven 3.3.1 Release

2015-03-14 Thread Ralph Goers
+1. Release looks good to me. Ralph > On Mar 13, 2015, at 6:08 PM, Paul Benedict wrote: > > There are about ten unresolved issues that need to be kicked out of this > version. > On Mar 13, 2015 7:14 PM, "Jason van Zyl" wrote: > >> Great, thanks for testing! >> >> jvz >> >>> On Mar 13, 2015

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Paul Benedict
There are about ten unresolved issues that need to be kicked out of this version. On Mar 13, 2015 7:14 PM, "Jason van Zyl" wrote: > Great, thanks for testing! > > jvz > > > On Mar 13, 2015, at 3:46 PM, Karl Heinz Marbaise > wrote: > > > > Hi Jason, > > > > checked several projects of my own proj

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Jason van Zyl
Great, thanks for testing! jvz > On Mar 13, 2015, at 3:46 PM, Karl Heinz Marbaise wrote: > > Hi Jason, > > checked several projects of my own projects, > > checked with: > * takari (maven-profiler).. > > checked with: > * maven-scm, > * maven-archetype, > * maven-enforcer, > * maven-jxr, >

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Jason van Zyl
No problem, thanks for testing. jvz > On Mar 13, 2015, at 3:57 PM, Andreas Gudian wrote: > > +1 from me. > > I've tested under Windows with some projects that also contain Maven > Verifier based integration tests. > > Thanks for doing this release, Jason! > > > 2015-03-13 23:46 GMT+01:00 Ka

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Andreas Gudian
+1 from me. I've tested under Windows with some projects that also contain Maven Verifier based integration tests. Thanks for doing this release, Jason! 2015-03-13 23:46 GMT+01:00 Karl Heinz Marbaise : > Hi Jason, > > checked several projects of my own projects, > > checked with: > * takari

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Karl Heinz Marbaise
Hi Jason, checked several projects of my own projects, checked with: * takari (maven-profiler).. checked with: * maven-scm, * maven-archetype, * maven-enforcer, * maven-jxr, * maven-plugin-tools, * maven-assembly-plugin checked with: * apache-rat project, without any issue... So +1

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Jason van Zyl
No time to integrate it this go around. On Mar 13, 2015, at 1:37 PM, Manfred Moser wrote: > What happened to the idea of using a build number appended .. so it would be > 3.3.0-02 or whatever? > > Jason van Zyl wrote on 13.03.2015 13:23: > >> +1 >> >> Analyzing release validity... >> >> sta

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Manfred Moser
What happened to the idea of using a build number appended .. so it would be 3.3.0-02 or whatever? Jason van Zyl wrote on 13.03.2015 13:23: > +1 > > Analyzing release validity... > > stagingUrl: https://repository.apache.org/content/repositories/maven-1151 > groupId: org.apache.maven > artifac

Re: [VOTE] Maven 3.3.1 Release

2015-03-13 Thread Jason van Zyl
+1 Analyzing release validity... stagingUrl: https://repository.apache.org/content/repositories/maven-1151 groupId: org.apache.maven artifactId: apache-maven version: 3.3.1 Source ZIP url exists. https://repository.apache.org/content/repositories/maven-1151/org/apache/maven/apache-maven/3.3.1/ap

[VOTE] Maven 3.3.1 Release

2015-03-13 Thread Jason van Zyl
Hi, Time to release Maven 3.3.1! Here is a link to Jira with 37 issues resolved: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=10500&version=21013 Staging repo: https://repository.apache.org/content/repositories/maven-1151/ The distributable binaries and sources for testing can be