Re: MJAVADOC-171, fix for too many forked lifecycles in site...

2012-11-20 Thread Hervé BOUTEMY
Le mardi 20 novembre 2012 19:50:22 Benson Margulies a écrit : > On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote: > > On 21/11/2012, at 7:37 AM, Kristian Rosenvold wrote: > >> I think I found at least one cause of too many forked lifecycles within > >> site. > >> > >> Basically the aggregato

Re: MJAVADOC-171, fix for too many forked lifecycles in site...

2012-11-20 Thread Brett Porter
On 21/11/2012, at 11:50 AM, Benson Margulies wrote: > On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote: >> >> On 21/11/2012, at 7:37 AM, Kristian Rosenvold >> wrote: >> >>> I think I found at least one cause of too many forked lifecycles within >>> site. >>> >>> Basically the aggregato

Re: MJAVADOC-171, fix for too many forked lifecycles in site...

2012-11-20 Thread Benson Margulies
On Tue, Nov 20, 2012 at 7:45 PM, Brett Porter wrote: > > On 21/11/2012, at 7:37 AM, Kristian Rosenvold > wrote: > >> I think I found at least one cause of too many forked lifecycles within site. >> >> Basically the aggregators are being run for every module in the >> reactor, if I understand thi

Re: MJAVADOC-171, fix for too many forked lifecycles in site...

2012-11-20 Thread Brett Porter
On 21/11/2012, at 7:37 AM, Kristian Rosenvold wrote: > I think I found at least one cause of too many forked lifecycles within site. > > Basically the aggregators are being run for every module in the > reactor, if I understand things correctly they should only be run for > "pom" > modules. >

[VOTE] Release Maven Dependency Plugin 2.6 and Maven Dependency Analyzer 1.3 - Attempt #2

2012-11-20 Thread Arnaud HERITIER
Hi, Sorry for the long delay since the first attempt. I have more free time now to be back on this subject. We solved 3 issues in Maven Dependency Analyzer : http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11761&styleName=Html&version=17832 There are still one issue left in JIRA: http

Re: Plugin version updates in super pom in 3.1?

2012-11-20 Thread Olivier Lamy
2012/11/20 Mark Derricutt : > Since the compiler plugin 3.0 is now out it might be good to bump that. uhm not sure (or not yet) for this one. After more testing (and users feedback) it looks the incremental stuff trigger too much compilation (that need more debugging) > > Or at least revisit the

Re: Plugin version updates in super pom in 3.1?

2012-11-20 Thread Mark Derricutt
Since the compiler plugin 3.0 is now out it might be good to bump that. Or at least revisit the bumping of bindings after all these new releases coming up are done for 3.1 are done. On 21/11/2012, at 9:18 AM, Anders Hammar wrote: > This has been fixed on trunk: > http://svn.apache.org/viewvc/

Re: Plugin version updates in super pom in 3.1?

2012-11-20 Thread Manfred Moser
Neato. Thanks Karl Heinz ;-) On Tue, November 20, 2012 12:18 pm, Anders Hammar wrote: > This has been fixed on trunk: > http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml?view=markup > > /Anders > > > On Tue, Nov 20, 2012 at 9:06 PM,

MJAVADOC-171, fix for too many forked lifecycles in site...

2012-11-20 Thread Kristian Rosenvold
I think I found at least one cause of too many forked lifecycles within site. Basically the aggregators are being run for every module in the reactor, if I understand things correctly they should only be run for "pom" modules. I have a very simple patch at https://github.com/krosenvold/maven-shar

Re: maven-changes-plugin: rest

2012-11-20 Thread Olivier Lamy
2012/11/20 Dennis Lundberg : > On 2012-11-20 01:14, Benson Margulies wrote: >> Ever since JIRA 4.2, they have had a REST API. >> >> So I think that we need to make m-c-p learn to use it. >> >> Anyone else game to pitch in? Anyone mind the thought of the CXF REST >> client library as a (not very sma

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Jason van Zyl
The ITs are passing with Wagon 2.3 integrated. It's being pulled from the staging repository. https://builds.apache.org/job/core-integration-testing-maven-3/251/console On Nov 20, 2012, at 11:37 AM, Jason van Zyl wrote: > Hi, > > There have been eight issues fixed in this version of Wagon. It

Re: Plugin version updates in super pom in 3.1?

2012-11-20 Thread Anders Hammar
This has been fixed on trunk: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-core/src/main/resources/META-INF/plexus/default-bindings.xml?view=markup /Anders On Tue, Nov 20, 2012 at 9:06 PM, Manfred Moser wrote: > Hi all! > > Just a question out of curiosity for the 3.1 release. Are yo

Plugin version updates in super pom in 3.1?

2012-11-20 Thread Manfred Moser
Hi all! Just a question out of curiosity for the 3.1 release. Are you planning to update some of the plugin version set in the super pom to newer versions? E.g the compiler plugin to 2.5.1 would be nice for Java 7 users from what I know.. manfred -

Re: Maven Enforcer Plugin Release Request

2012-11-20 Thread Jason van Zyl
While that sounds enticing... I'll stick with the enforcer release :-) Happy to take a look later in the week once all the Maven 3.1.0 dependencies are dealt with. On Nov 20, 2012, at 1:28 PM, Benson Margulies wrote: > Hey Jason, > > I can knock off an enforcer release even intoxicated by acu

Re: Maven Enforcer Plugin Release Request

2012-11-20 Thread Jason van Zyl
No rush. Just figured while I'm in the release monkey seat I would try to push it out. On Nov 20, 2012, at 2:53 PM, Hervé BOUTEMY wrote: > MENFORCER-144 fixed > > I'd like to MENFORCER-145 before the release, please wait a few more hours > > Regards, > > Hervé > > Le mardi 20 novembre 2012

Re: Maven Enforcer Plugin Release Request

2012-11-20 Thread Hervé BOUTEMY
MENFORCER-144 fixed I'd like to MENFORCER-145 before the release, please wait a few more hours Regards, Hervé Le mardi 20 novembre 2012 12:02:40 Jason van Zyl a écrit : > Sure, I can take a look as I'm doing releases this week. > > Hervé, you mind if I push out MENFORCER-144 to the next versio

[VOTE] Maven Indexer 5.1.0 Release (take 2)

2012-11-20 Thread Tamás Cservenák
Hi, we'd like to release Maven Indexer 5.1.0. We fixed 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18972 Staging repository: https://repository.apache.org/content/repositories/maven-051/ Guide to testing staged releases: http://maven.apache.org/guides/deve

Re: maven-changes-plugin: rest

2012-11-20 Thread Benson Margulies
Folks, Unless actively restrained, I will strive to cook up a minimal solution within the current methodology to get the plugin into working condition. If the Atlassian people didn't have their frustrating attitude toward Maven Central, I'd just use their component. Once I have it working, anyon

Android Maven Plugin 3.4.1 released

2012-11-20 Thread Manfred Moser
The Android Maven Plugin team is pleased to announce the release of version 3.4.1 of the plugin. New features/bug fixes are - apklib now uses the resourceOverlayDirectories and resourceOverlayDirectory options - Showing current test count and number of total count of tests during instrumentation

Re: Maven Enforcer Plugin Release Request

2012-11-20 Thread Benson Margulies
Hey Jason, I can knock off an enforcer release even intoxicated by acute turkey poisoning. On the other hand, I don't know enough to look for a better solution to the forked execution issue that we've been discussing with respect to the site plugin. Can I interest you in swapping? --benson On T

Re: maven-changes-plugin: rest

2012-11-20 Thread Dennis Lundberg
Yes, we should have a look at it. The github implementation in the Changes Plugin uses Mylyn under the hood. The problem we have is that we need these implementations to play nicely together with the good old changes.xml format. Might be an idea to do thing the other way around - convert changes.x

Re: Tentative release planning for 3.1.x

2012-11-20 Thread Jason van Zyl
Nice, thanks. On Nov 20, 2012, at 1:07 PM, Dennis Lundberg wrote: > Hi > > The core ITs running under Windows in Jenkins is now operational. > > The configuration is quite appalling in places, because Jenkins resolves > environment variables that are paths to Windows paths - not Java paths. >

Re: Tentative release planning for 3.1.x

2012-11-20 Thread Dennis Lundberg
Hi The core ITs running under Windows in Jenkins is now operational. The configuration is quite appalling in places, because Jenkins resolves environment variables that are paths to Windows paths - not Java paths. So they are only good for use in batch files, but not in system properties for Java

Re: maven-changes-plugin: rest

2012-11-20 Thread Jason van Zyl
I would honestly take a look at the Mylyn APIs for issues. They have all the connectors and I believe they have all been decoupled from OSGi. It's the most comprehensive implementation for most issue tracking systems. There is already support for JIRA there. On Nov 20, 2012, at 12:54 PM, Dennis

Re: maven-changes-plugin: rest

2012-11-20 Thread Tony Chemit
On Tue, 20 Nov 2012 18:54:35 +0100 Dennis Lundberg wrote: > On 2012-11-20 01:14, Benson Margulies wrote: > > Ever since JIRA 4.2, they have had a REST API. > > > > So I think that we need to make m-c-p learn to use it. > > > > Anyone else game to pitch in? Anyone mind the thought of the CXF RES

Re: Logging in plugins right now

2012-11-20 Thread Dennis Lundberg
On 2012-11-20 04:13, Jason van Zyl wrote: > > On Nov 19, 2012, at 8:44 PM, Benson Margulies wrote: > >> On Mon, Nov 19, 2012 at 8:34 PM, Jason van Zyl wrote: >>> >>> On Nov 19, 2012, at 8:29 PM, Benson Margulies wrote: >>> Do we have, right now, either: 1) A way of mapping java-

Re: maven-changes-plugin: rest

2012-11-20 Thread Dennis Lundberg
On 2012-11-20 01:14, Benson Margulies wrote: > Ever since JIRA 4.2, they have had a REST API. > > So I think that we need to make m-c-p learn to use it. > > Anyone else game to pitch in? Anyone mind the thought of the CXF REST > client library as a (not very small) dependency? I'm interested. Ha

Re: https://jira.codehaus.org/browse/MNG-5336

2012-11-20 Thread Jason van Zyl
Awesome, thanks. On Nov 20, 2012, at 12:30 PM, Dennis Lundberg wrote: > On 2012-11-20 13:39, Jason van Zyl wrote: >> Dennis, >> >> Hervé pushed Modello into OSSRH and I activated the sync to central so >> 1.6[1] is now available now so you should have everything you need for >> MNG-5336. >>

Re: https://jira.codehaus.org/browse/MNG-5336

2012-11-20 Thread Dennis Lundberg
On 2012-11-20 13:39, Jason van Zyl wrote: > Dennis, > > Hervé pushed Modello into OSSRH and I activated the sync to central so 1.6[1] > is now available now so you should have everything you need for MNG-5336. > > [1]: http://repo1.maven.org/maven2/org/codehaus/modello/modello-core/1.6/ I've cl

Re: Maven Enforcer Plugin Release Request

2012-11-20 Thread Jason van Zyl
Sure, I can take a look as I'm doing releases this week. Hervé, you mind if I push out MENFORCER-144 to the next version so I can stage a release? https://jira.codehaus.org/secure/IssueNavigator.jspa?fixfor=18491&pid=11530&reset=true&show=View+%26gt%3B%26gt%3B On Nov 20, 2012, at 11:54 AM, Josh

Maven Enforcer Plugin Release Request

2012-11-20 Thread Josh Beitelspacher
Would it be possible to get a new release of the maven enforcer plugin sometime soon? I've been eagerly awaiting a release with the fix for http://jira.codehaus.org/browse/MENFORCER-135. Currently my build output is 2139 lines, of which 1701 lines (~80%) is INFO messages from the enforcer plugin.

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Jason van Zyl
Yup, nothing in central. On Nov 20, 2012, at 11:39 AM, Benson Margulies wrote: > I hope we caught them in time. > > On Tue, Nov 20, 2012 at 10:52 AM, Olivier Lamy wrote: >> 2012/11/20 Olivier Lamy : >>> 2012/11/20 Olivier Lamy : No staging repository ? Release process is docume

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Benson Margulies
I hope we caught them in time. On Tue, Nov 20, 2012 at 10:52 AM, Olivier Lamy wrote: > 2012/11/20 Olivier Lamy : >> 2012/11/20 Olivier Lamy : >>> No staging repository ? >>> >>> Release process is documented here: >>> http://maven.apache.org/developers/release/releasing.html (including >>> links

[VOTE] Wagon 2.3

2012-11-20 Thread Jason van Zyl
Hi, There have been eight issues fixed in this version of Wagon. It's a dependency for Maven 3.1.0 so I wanted to get it up for a vote so that I can try and integrate it by the end of the week. Here's a link to the issues resolved for this version: https://jira.codehaus.org/secure/IssueNavigat

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Olivier Lamy
2012/11/20 Olivier Lamy : > 2012/11/20 Olivier Lamy : >> No staging repository ? >> >> Release process is documented here: >> http://maven.apache.org/developers/release/releasing.html (including >> links on how to play with repository.a.o) >> >> Frankly stuff will be go to central without any vote

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Olivier Lamy
2012/11/20 Olivier Lamy : > No staging repository ? > > Release process is documented here: > http://maven.apache.org/developers/release/releasing.html (including > links on how to play with repository.a.o) > > Frankly stuff will be go to central without any vote ? > > So yes please remove those ar

Re: [VOTE] Wagon 2.3

2012-11-20 Thread Olivier Lamy
No staging repository ? Release process is documented here: http://maven.apache.org/developers/release/releasing.html (including links on how to play with repository.a.o) Frankly stuff will be go to central without any vote ? So yes please remove those artifacts which doesn't have any vote. And

[VOTE] Wagon 2.3

2012-11-20 Thread Jason van Zyl
Hi, There have been eight issues fixed in this version of Wagon. It's a dependency for Maven 3.1.0 so I wanted to get it up for a vote so that I can try and integrate it by the end of the week. Here's a link to the issues resolved for this version: https://jira.codehaus.org/secure/IssueNavigat

https://jira.codehaus.org/browse/MNG-5336

2012-11-20 Thread Jason van Zyl
Dennis, Hervé pushed Modello into OSSRH and I activated the sync to central so 1.6[1] is now available now so you should have everything you need for MNG-5336. [1]: http://repo1.maven.org/maven2/org/codehaus/modello/modello-core/1.6/ Thanks, Jason -

Re: Releasing Wagon 2.3 for Maven 3.1.0

2012-11-20 Thread Jason van Zyl
Cool, I'll spin up a release. On Nov 19, 2012, at 4:09 PM, Dennis Lundberg wrote: > This is fixed now. > > On 2012-11-19 20:57, Dennis Lundberg wrote: >> Hi >> >> I'd like to get a fix for https://jira.codehaus.org/browse/WAGON-370 >> into that release. I'm just not sure which version of slf4j

Re: [VOTE] Maven Rar Plugin 2.3

2012-11-20 Thread Tony Chemit
On Mon, 19 Nov 2012 23:09:06 +0100 Olivier Lamy wrote: +1, at last :) thanks, tony. > Hi, > Last release is from feb 2007. > We fixed 7 issues: http://s.apache.org/RAR-PLUGIN-2.3 > > Staging repo: https://repository.apache.org/content/repositories/maven-048/ > Source release: maven-rar-plugin

Re: maven-changes-plugin: rest

2012-11-20 Thread Stephen Connolly
[All join in for the chorus] The Internet is for maven The Internet is for maven Some people seem to think for porn But, maven, maven, maven! On Tuesday, 20 November 2012, Benson Margulies wrote: > I'd have to get it to maven central. And the comments on the forum > page are not terrifically enc

Re: [VOTE] Maven Rar Plugin 2.3

2012-11-20 Thread Tamás Cservenák
+1 (nb) On Tue, Nov 20, 2012 at 2:38 AM, Hervé BOUTEMY wrote: > +1 > > Regards, > > Hervé > > Le lundi 19 novembre 2012 23:09:06 Olivier Lamy a écrit : > > Hi, > > Last release is from feb 2007. > > We fixed 7 issues: http://s.apache.org/RAR-PLUGIN-2.3 > > > > Staging repo: > https://repository.

Re: [VOTE] Maven Indexer 5.1.0 Release

2012-11-20 Thread Tamás Cservenák
Am cancelling the vote as Igor found a severe performance regression [1] present in 5.1.0 (and probably in last 4.x release), causing a slowdown with factor of ~2.3. It is caused by change in Lucene 3.6.1 (Lucene was updated from 3.0.3 to 3.6.1 in MI release 4.1.3). Previous versions that were usin