Re: Is it possible to have file system access in Jenkins?

2014-10-17 Thread Stephen Connolly
Complain away... just complain to Andrew not me ;-) On 17 October 2014 06:39, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: I think we should complain about this. It makes Jenkins much much harder to work with ! 17. Okt. 2014 07:14 skrev Stephen Connolly

Re: Is it possible to have file system access in Jenkins?

2014-10-17 Thread Stephen Connolly
For Olivier: http://javaadventure.blogspot.ie/2013/11/jenkins-maven-job-type-considered-evil.html On 17 October 2014 06:43, Olivier Lamy ol...@apache.org wrote: /me waiting for Stephen complaining about Maven plugin :-) (weird I didn't see that yet in this thread) /me sorry but Friday

Re: Is it possible to have file system access in Jenkins?

2014-10-17 Thread Kristian Rosenvold
And where do I find this Andrew ? 17. Okt. 2014 08:10 skrev Stephen Connolly stephen.alan.conno...@gmail.com følgende: Complain away... just complain to Andrew not me ;-) On 17 October 2014 06:39, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: I think we should complain about

Re: Is it possible to have file system access in Jenkins?

2014-10-17 Thread Stephen Connolly
pay attention to the CC list, also http://people.apache.org/committer-index.html#abayer On 17 October 2014 07:50, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: And where do I find this Andrew ? 17. Okt. 2014 08:10 skrev Stephen Connolly stephen.alan.conno...@gmail.com følgende:

Re: Is it possible to have file system access in Jenkins?

2014-10-17 Thread Stephen Connolly
H: I can see https://builds.apache.org/job/maven-surefire/ws/ now that might just be abayer giving me extra permissions because of my Jenkins street cred... or others may be able to see it too. Just wait for the build to fail and then grab

Plexus map injection WTF ?

2014-10-17 Thread Kristian Rosenvold
In this case, I get the same instance of each ContainerDescriptorHandle every time, which makes sense, everything is singleton: @Component( role = AssemblyArchiver.class) public class DefaultAssemblyArchiver { @Requirement( role = ContainerDescriptorHandler.class ) private MapString,

Re: Plexus map injection WTF ?

2014-10-17 Thread Kristian Rosenvold
Sorry about the noise. Had a mix of annotations and xml descriptors that was confusing. Kristian 2014-10-17 10:38 GMT+02:00 Kristian Rosenvold kristian.rosenv...@gmail.com: In this case, I get the same instance of each ContainerDescriptorHandle every time, which makes sense, everything is

Re: Regression: Reactor memory consumption/leak

2014-10-17 Thread Igor Fedorenko
I think I know the problem. Current master creates multiple MavenProject instances for the same parent pom, while 3.0.5 reused the same instance. I have not looked how hard this will be to fix yet. In, more generally, MavenProject implementation is far from efficient. For example, each instance

Re: [VOTE] Release maven-shared-utils 0.7 (take 1.99)

2014-10-17 Thread Karl Heinz Marbaise
Hi, sha1 checked Ok. Tested with Maven 3.0.5, 3.1.1, 3.2.1, 3.2.2, 3.2.3 no issues. Tested with Maven 2.2.1 after changing the version of the used maven-shade-plugin downto 1.7.1 cause maven-shade-plugin (2.X) needs Maven 3.X... Site looks ok... +1 From me... Kind regards Karl Heinz

Re: [VOTE] Release maven-shared-utils 0.7 (take 1.99)

2014-10-17 Thread Kristian Rosenvold
+1 Need one more binding :) And yes, let me advertise maven-filtering vote while you're at it. Kristian 2014-10-14 22:16 GMT+02:00 Kristian Rosenvold kristian.rosenv...@gmail.com: We solved N=5 issues:

Re: Assembly plugin bug scrub

2014-10-17 Thread Kristian Rosenvold
The assembly-pluign release will start as soon as maven-filtering passes tomorrow (hopefully - if anyone votes for it :) I will move any unfixed issues away from the 2.5 release without further notice any time after tomorrow afternoon. Kristian 2014-10-09 20:32 GMT+02:00 Karl Heinz Marbaise

Re: [VOTE] Release Apache Maven Filtering version 1.3

2014-10-17 Thread Karl Heinz Marbaise
Hi Kristian, no need for advertising ;-)... Ok..checked sha1 Ok. Checked with Maven 2.2.1, 3.0.5, 3.1.1, 3.2.1, 3.2.2, 3.2.3 (via mvn -Prun-its clean verify) From that no issues found so +1 from me... Only a little thing: Old Version(1.2) of maven-filtering (Checkstyle) Files Infos

Re: Message from dist-tool...

2014-10-17 Thread Karl Heinz Marbaise
Hi, based on that problem (and feedback during the dev hangout) i have created an infrastructure issue ... https://issues.apache.org/jira/browse/INFRA-8491 On 10/16/14 7:23 AM, Hervé BOUTEMY wrote: Hi, Yes, I'm puzzled with that too: are there internal site mirrors accessible from ASF

Re: Assembly plugin bug scrub

2014-10-17 Thread Karl Heinz Marbaise
Hi Kristian, i have taken a look into the jira issues..you fixed things related to parallelization with the lookup ...I have here one http://jira.codehaus.org/browse/MASSEMBLY-684 which might be related... The current trunk does not fix this issue..May be i misunderstand a thing here... On

Re: [VOTE] Release Apache Maven Filtering version 1.3

2014-10-17 Thread Kristian Rosenvold
+1 from me too, need one more binding vote now :) Kristian (Who knows maven-shared- votes in the weekend are slow :) P.S. I will look into the checkstyle stuff. 2014-10-17 16:48 GMT+02:00 Karl Heinz Marbaise khmarba...@gmx.de: Hi Kristian, no need for advertising ;-)... Ok..checked sha1

maven-filtering v1.3 - Checkstyle

2014-10-17 Thread Karl Heinz Marbaise
Hi Kristina, On 10/17/14 5:07 PM, Kristian Rosenvold wrote: +1 from me too, need one more binding vote now :) Kristian (Who knows maven-shared- votes in the weekend are slow :) P.S. I will look into the checkstyle stuff. Fixed several of them...http://jira.codehaus.org/browse/MSHARED-367

Re: maven-filtering v1.3 - Checkstyle

2014-10-17 Thread Kristian Rosenvold
Just for the record; I am a long term slave addict to the the green code analysis in IntelliJ. This might sometimes give a few warnings in checkstyle (since they do not always complain about the same things) The stuff in the report is old stuff, untouched by me. I think the question to ask

Re: maven-filtering v1.3 - Checkstyle

2014-10-17 Thread Karl Heinz Marbaise
Hi Kristian, Just for the record; I am a long term slave addict to the the green code analysis in IntelliJ. This might sometimes give a few warnings in checkstyle (since they do not always complain about the same things) Yeah..i had problems as well while working with IntelliJ cause

Re: [VOTE] Release maven-shared-utils 0.7 (take 1.99)

2014-10-17 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 14 octobre 2014 22:16:53 Kristian Rosenvold a écrit : We solved N=5 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20207styleName=Tex tprojectId=11761 There are still a couple of issues left in JIRA:

Re: [VOTE] Release Apache Maven Filtering version 1.3

2014-10-17 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mercredi 15 octobre 2014 21:02:48 Kristian Rosenvold a écrit : Hi, This is the last piece of the puzzle leading to the long-awaited maven-assembly-plugin 2.5: We solved 7 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=20184styleName=Tex

[ANN] Apache Maven quarterly report

2014-10-17 Thread Hervé Boutemy
As every ASF project, Apache Maven regularly reports to the Apache board about the status of the project. Our latest report (October 15th, 2014) is shown below: Apache Maven is a widely-used project build tool, targeting mainly Java development. Apache Maven promotes the use of dependencies

Re: Regression: Reactor memory consumption/leak

2014-10-17 Thread Mark Derricutt
On 18 Oct 2014, at 10:10, Jörg Schaible wrote: thanks again for taking the time. Something must have gone wrong for an increased memory usage by 400% for the same stuff. Interesting - this might explain why a lot of my builds are now blowing up our build server ever since we started using our

Re: [VOTE] Release maven-shared-utils 0.7 (take 1.99)

2014-10-17 Thread Kristian Rosenvold
Hi, The vote has passed with the following result : +1 (binding): Karl, Hervé, Kristian I will promote the artifacts to the central repo. Kristian 2014-10-17 23:12 GMT+02:00 Hervé BOUTEMY herve.bout...@free.fr: +1 Regards, Hervé Le mardi 14 octobre 2014 22:16:53 Kristian Rosenvold a