Re: [VOTE] Release Maven Parent POM 25, Maven Plugins Parent POM 26, Maven Shared Components Parent POM 21, Maven Skins Parent POM 10

2014-10-22 Thread Hervé BOUTEMY
here is my +1 Regards, Hervé Le dimanche 19 octobre 2014 17:21:13 Hervé BOUTEMY a écrit : Hi, We solved 5/0/0/0 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250ve rsion=12326716 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250v

Re: [VOTE] Release Maven Parent POM 25, Maven Plugins Parent POM 26, Maven Shared Components Parent POM 21, Maven Skins Parent POM 10

2014-10-22 Thread Kristian Rosenvold
+1 2014-10-19 17:21 GMT+02:00 Hervé BOUTEMY herve.bout...@free.fr: Hi, We solved 5/0/0/0 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250version=12326716 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250version=12326717

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

2014-10-22 Thread tibor17
@stephenc Maybe another alternative to solve this issue. The developers should be able to launch build in their own branch. The workspace can be downloaded only from developer's account in builds.apache.org. Additionally this would prevent from breaking the build in trunk. Do we have limited

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

2014-10-22 Thread Stephen Connolly
Well the literate build job type is not quite ready yet... that would give you more of what you are after. Ideally what you want is https://wiki.jenkins-ci.org/display/JENKINS/Remote+Terminal+Access+Plugin but I really don't think abayer will let you have that! On 22 October 2014 09:13, tibor17

Re: [VOTE] Release Maven Parent POM 25, Maven Plugins Parent POM 26, Maven Shared Components Parent POM 21, Maven Skins Parent POM 10

2014-10-22 Thread Stephen Connolly
+1 On 19 October 2014 16:21, Hervé BOUTEMY herve.bout...@free.fr wrote: Hi, We solved 5/0/0/0 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250version=12326716 https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250version=12326717

[GitHub] maven-surefire pull request: Add unit tests for SUREFIRE-963

2014-10-22 Thread cdeneux
Github user cdeneux closed the pull request at: https://github.com/apache/maven-surefire/pull/53 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

Re: [VOTE] Release Maven Parent POM 25, Maven Plugins Parent POM 26, Maven Shared Components Parent POM 21, Maven Skins Parent POM 10

2014-10-22 Thread Karl Heinz Marbaise
Hi, here my +1. Kind regards Karl Heinz Marbaise On 10/19/14 5:21 PM, Hervé BOUTEMY wrote: Hi, We solved 5/0/0/0 issues: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311250version=12326716

Re: Resolving a MavenProject from an Artifact

2014-10-22 Thread Robert Scholte
Hi Simon, could you please ask the users mailing list first for these kind of questions? The dev list is meant for developers working on Maven itself. thanks, Robert Op Tue, 21 Oct 2014 16:46:39 +0200 schreef Simon Taddiken simon.taddi...@gmail.com: Hi Guys, I'm new to developing

[RESULT][VOTE] Release Maven Parent POM 25, Maven Plugins Parent POM 26, Maven Shared Components Parent POM 21, Maven Skins Parent POM 10

2014-10-22 Thread Hervé BOUTEMY
Hi, The vote has passed with the following result: +1 (binding): Kristian, Stephen, Karl Heinz, Hervé I will promote the artifacts to the central repo. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional

[VOTE] Release Apache Maven Assembly Plugin version 2.5

2014-10-22 Thread Kristian Rosenvold
Hi, We solved 32 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?version=18952styleName=TextprojectId=11126 There are still a couple of issues left in JIRA:

Re: Regression: Reactor memory consumption/leak

2014-10-22 Thread Milos Kleint
is there an issue to watch? Thanks Milos On Fri, Oct 17, 2014 at 10:59 PM, Igor Fedorenko i...@ifedorenko.com wrote: 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