Re: svn commit: r843406 - in /websites/production/maven/content/surefire-archives/surefire-2.13: ./ maven-failsafe-plugin/ maven-failsafe-plugin/css/ maven-failsafe-plugin/images/ maven-failsafe-plugi

2013-01-06 Thread Olivier Lamy
we have aggregated javadoc. Why generate one per module too ? cpd/pmd/findbugs are already in sonar. 2013/1/7 Hervé BOUTEMY : > ok, thanks for the tips: will be useful to improve our configurations > > FYI, I published latest Maven core 3.1-SNAPSHOT site as an update from > 2012-12-16 state: > [I

Re: svn commit: r843406 - in /websites/production/maven/content/surefire-archives/surefire-2.13: ./ maven-failsafe-plugin/ maven-failsafe-plugin/css/ maven-failsafe-plugin/images/ maven-failsafe-plugi

2013-01-06 Thread Brett Porter
-Copyright © 2001-2012 http://www.apache.org/";>The Apache Software Foundation. All Rights Reserved. +Copyright © 2001-2013 http://www.apache.org/";>The Apache Software Foundation. All Rights Reserved. Looks like a once a year hit :) - Brett On 07/01/2013, at 5:25 PM, Hervé BOUTEMY wrote: >

Re: svn commit: r843406 - in /websites/production/maven/content/surefire-archives/surefire-2.13: ./ maven-failsafe-plugin/ maven-failsafe-plugin/css/ maven-failsafe-plugin/images/ maven-failsafe-plugi

2013-01-06 Thread Hervé BOUTEMY
ok, thanks for the tips: will be useful to improve our configurations FYI, I published latest Maven core 3.1-SNAPSHOT site as an update from 2012-12-16 state: [INFO] Updating the pub tree from scm:svn:https://svn.apache.org/repos/infra/websites/production/maven/content/ref/3.1- SNAPSHOT ... ...

Re: [ANN] Maven Release Plugin 2.4 Released

2013-01-06 Thread Mark Derricutt
Looks like this was just raised as http://jira.codehaus.org/browse/MRELEASE-818 last night. -- "Great artists are extremely selfish and arrogant things" — Steven Wilson, Porcupine Tree On Mon, Jan 7, 2013 at 11:30 AM, Mark Derricutt wrote: > Hey all, > > First day back at work and first up we

Re: [ANN] Maven Release Plugin 2.4 Released

2013-01-06 Thread Mark Derricutt
Hey all, First day back at work and first up we're doing a release - at the end of the year I'd bumped our poms to use the 2.4 plugin but never did any releases, and now - I find it appears to be broken with git. In my release config we have: false true h

Re: [jira] (MNG-5403) tar.gz release artifacts have wrong permissions on directories

2013-01-06 Thread Hervé BOUTEMY
sorry, I got confused: i intended to change *affected* version :) changed now Regards, Hervé Le dimanche 6 janvier 2013 20:11:48 Anders Hammar a écrit : > Herve, > > Why did you add 3.0 as fix version as well? It should be 3.1.0 only IMO. > > /Anders > > On Sun, Jan 6, 2013 at 11:54 AM, Herv

Re: [jira] (MNG-5403) tar.gz release artifacts have wrong permissions on directories

2013-01-06 Thread Anders Hammar
Herve, Why did you add 3.0 as fix version as well? It should be 3.1.0 only IMO. /Anders On Sun, Jan 6, 2013 at 11:54 AM, Herve Boutemy (JIRA) wrote: > > [ > https://jira.codehaus.org/browse/MNG-5403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel] > > Herve Boutemy updat

RE: Is there any on-going work to implement standard build promotion/staging mechanism?

2013-01-06 Thread Martin Gainty
Hello Gabor the logical next step for us maven folk would be to develop a plugin which synchronizes local (or remote) maven repositories with the delta(s) from the originating ivy repository I once worked at an ivy shoppe where i experienced macrodef regexp problem which ivy support was unable

Re: Logging

2013-01-06 Thread Jason van Zyl
I believe this is sufficient provided that we agree when any one attempts to select the logging framework that there is a discussion. As I see it I have been blocked as the person doing the work from selecting the implementation I would like because of a rule against EPL dependencies which was

Re: Is there any on-going work to implement standard build promotion/staging mechanism?

2013-01-06 Thread Gábor Guta
Hi Martin, As far as I understand our approach is fundamentally different than what "mvn release:prepare" does. We treat all build as a potential release build. After the binary artifacts are built from the source and the build number is stored in the SCM as a tag, we do not rebuild the binary

Re: Logging

2013-01-06 Thread Hervé BOUTEMY
yes, I'm stuck with classloader isolation MNG-5406 I don't see how to add a classworlds rule to do that if you can help me find the proper way to to it, it would be nice, please Regards, Hervé Le dimanche 6 janvier 2013 08:44:25 Jason van Zyl a écrit : > Cool, do you still need help with the cla

RE: Is there any on-going work to implement standard build promotion/staging mechanism?

2013-01-06 Thread Martin Gainty
Gabor How is Ivy better suited to specifying promotion/staging tags than implementing with mvn release:prepare?http://maven.apache.org/maven-release/maven-release-plugin/prepare-mojo.html Martin __ Jogi és Bizalmassági kinyilatkoztatás Ez az üzenet

Re: Logging

2013-01-06 Thread Jason van Zyl
Cool, do you still need help with the classloader isolation? If not I'll move on to the Aether work. On Jan 6, 2013, at 5:52 AM, Hervé BOUTEMY wrote: > done in 72bdc8602e5112aa273adc46b06d41c41f0f64a8 > > resetting slf4j factory wasn't sufficient: needed to so the same for slf4j- > simple, wit

Re: Logging

2013-01-06 Thread Hervé BOUTEMY
done in 72bdc8602e5112aa273adc46b06d41c41f0f64a8 resetting slf4j factory wasn't sufficient: needed to so the same for slf4j- simple, with same technique Core ITs now run on my machine: great! Regards, Hervé Le mercredi 2 janvier 2013 08:20:12 Hervé BOUTEMY a écrit : > yes, Maven isn't an app s

Re: Is there any on-going work to implement standard build promotion/staging mechanism?

2013-01-06 Thread Gábor Guta
Hi Hervé, > can you explain the ant/ivy build pipeline implementing promotion you did with > the help of my team mates? Context: we have several modules which are built on top of each other. The build pipeline: - developer commits his/her changes to the SVN - the Jenkins server checks out from SVN