maven-scm pull request: Fix for SCM-694

2012-09-11 Thread fcamblor
GitHub user fcamblor opened a pull request: https://github.com/apache/maven-scm/pull/3 Fix for SCM-694 Here is a pull request fixing SCM-694 (renamed files not handled during git commit) You can merge this pull request into a Git repository by running: $ git pull https://githu

Re: Jenkins build is back to normal : maven-plugins-ITs-m3 #641

2012-09-11 Thread Hervé BOUTEMY
yeah! Le mardi 11 septembre 2012 21:44:33 vous avez écrit : > See - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org For additional commands, e-mail: dev-h.

Re: [VOTE] Release Maven Changes Plugin version 2.8

2012-09-11 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 11 septembre 2012 21:55:16 Dennis Lundberg a écrit : > Hi, > > We solved 6 issues: > http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&styleName=H > tml&version=18484 > > There are still a couple of issues left in JIRA: > http://jira.codehaus.org/secur

[VOTE] Release Maven Changes Plugin version 2.8

2012-09-11 Thread Dennis Lundberg
Hi, We solved 6 issues: http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11212&styleName=Html&version=18484 There are still a couple of issues left in JIRA: http://jira.codehaus.org/secure/IssueNavigator.jspa?reset=true&pid=11212&status=1 Staging repo: https://repository.apache.org/con

Re: Dynamically determining the currently executing goal name

2012-09-11 Thread Jeff Maxwell
This works fine: /** The project. */ @Parameter(required = true, readonly = true, defaultValue = "${mojoExecution}") private MojoExecution mojoExecution; @Override public String getGoalName() { return this.mojoExecution.getMojoDescriptor().getGoal(); }

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Brian Fox
I'm +1 On Tue, Sep 11, 2012 at 1:39 PM, Robert Scholte wrote: > I don't think it's IF we should move to git, but WHEN and now seems to be > the right time. > +1 > > Robert > > Op Tue, 11 Sep 2012 14:49:46 +0200 schreef Paul Gier : > > > +1, and I'm willing to volunteer if you still need more peo

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Robert Scholte
I don't think it's IF we should move to git, but WHEN and now seems to be the right time. +1 Robert Op Tue, 11 Sep 2012 14:49:46 +0200 schreef Paul Gier : +1, and I'm willing to volunteer if you still need more people. On 09/05/2012 06:04 AM, Olivier Lamy wrote: Hi, This vote is to decide

Re: [VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-11 Thread Hervé BOUTEMY
+1 Regards, Hervé Le mardi 11 septembre 2012 13:38:40 Olivier Lamy a écrit : > Hi, > I'd like to release Apache Maven SCM Publish Plugin beta-1. > The maven-scm-publish-plugin is a utility plugin to allow publishing > Maven website to any supported SCM > > As all ASF projects must move to svnpu

Re: [VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-11 Thread Deng Ching
+1, just tested it now to deploy Archiva's site :) Also verified that the signatures and checksums of the artifacts are correct. Thanks, Deng On Tue, Sep 11, 2012 at 7:38 PM, Olivier Lamy wrote: > Hi, > I'd like to release Apache Maven SCM Publish Plugin beta-1. > The maven-scm-publish-plugin

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Wayne Fay
Changing my vote to +1 based on Kristian and Mark's recent exchanges. Wayne On Thu, Sep 6, 2012 at 11:28 AM, Wayne Fay wrote: >> [+1] Move to git scm >> [0] No interest >> [-1] don't move to git (please explain why) > > +0.5 > Sorry but I will be no help, I have little git experience except as a

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Paul Gier
On 09/11/2012 07:13 AM, Kristian Rosenvold wrote: >> But GIT sucks a bit when it comes to projects like maven-shared and >> maven-plugins which get released in portions. We already explained that with >> long words and we might have found a compromise which doesn't hurt too >> badly. But still i

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Paul Gier
+1, and I'm willing to volunteer if you still need more people. On 09/05/2012 06:04 AM, Olivier Lamy wrote: > Hi, > This vote is to decide moving our source tree currently located in one > svn repository to git (multiple git repositories). > First, we need to have at least 3 volunteers to help on

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Mark Struberg
well, for gods sake and (and for the peace of the bits on my ssd) I move my vote to +1 as well LieGrue, strub - Original Message - > From: Kristian Rosenvold > To: Maven Developers List ; Mark Struberg > > Cc: > Sent: Tuesday, September 11, 2012 2:13 PM > Subject: Re: [VOTE] Move

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Kristian Rosenvold
> But GIT sucks a bit when it comes to projects like maven-shared and > maven-plugins which get released in portions. We already explained that with > long words and we might have found a compromise which doesn't hurt too badly. > But still it has to be verified if that works out. Tagging the w

Re: [VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-11 Thread Olivier Lamy
2012/9/11 Tony Chemit : > On Tue, 11 Sep 2012 13:38:40 +0200 > Olivier Lamy wrote: > > +1 > > Note that the maven project logo is missing on generated site, what a shame :D Hehe. Note the test with using the svnpubsub mechanism: http://maventest.apache.org/plugins/maven-scm-publish-plugin-1.0-beta

Re: [VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-11 Thread Tony Chemit
On Tue, 11 Sep 2012 13:38:40 +0200 Olivier Lamy wrote: +1 Note that the maven project logo is missing on generated site, what a shame :D thanks, tony > Hi, > I'd like to release Apache Maven SCM Publish Plugin beta-1. > The maven-scm-publish-plugin is a utility plugin to allow publishing > M

[VOTE] Apache Maven SCM Publish Plugin beta-1

2012-09-11 Thread Olivier Lamy
Hi, I'd like to release Apache Maven SCM Publish Plugin beta-1. The maven-scm-publish-plugin is a utility plugin to allow publishing Maven website to any supported SCM As all ASF projects must move to svnpubsub for the end year, this plugin will help some ASF projects. Currently no Jira as it's t

AW: the simplest possible maven plugin, sort of

2012-09-11 Thread christofer.d...@c-ware.de
In Flexmojos you have to run the build twice (The first with "minimal" profile turned on), because otherwise maven will complain about the plugin not being available. As soon as there is any artifact with that name I am able to build with only one run, because the build replaces/updates the plug

Re: the simplest possible maven plugin, sort of

2012-09-11 Thread Benson Margulies
On Tue, Sep 11, 2012 at 3:19 AM, Anders Hammar wrote: > Switch to Maven 3 and this should work. Try it and report back! I did and it did. > > /Anders > > On Mon, Sep 10, 2012 at 11:22 PM, David Jencks wrote: >> Our experience in geronimo has always been that maven does not support this, >> and

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Emmanuel Venisse
+1 Emmanuel On Wed, Sep 5, 2012 at 1:04 PM, Olivier Lamy wrote: > Hi, > This vote is to decide moving our source tree currently located in one > svn repository to git (multiple git repositories). > First, we need to have at least 3 volunteers to help on Apache infra > for this move and more gene

Re: Dynamically determining the currently executing goal name

2012-09-11 Thread Tamás Cservenák
Add following member to your Mojo and inspect what is injected: /** * Mojo execution. * * @parameter default-value="${mojoExecution}" * @required * @readonly */ private org.apache.maven.plugin.MojoExecution mojoExecution; Hope helps, ~t~ On Mon, Sep 10, 201

Re: [VOTE] Move Maven projects sources to git

2012-09-11 Thread Mark Struberg
+0 with a long explanation I'm really a friend of GIT in general. As some might remember I am even the guy who kicked off the GIT madness in maven land back in 2007 in the first place [1]. But I'm also a friend of using the right tool for the right job. GIT is great for projects which are no

Re: Build failed in Jenkins: maven-plugins-ITs-m3 #637

2012-09-11 Thread Mark Struberg
FYI: I'm working on this. Seems I broke the include/exclude rules due my incremental build fixes in combination with the fix for MCOMPILER-120. LieGrue, strub - Original Message - > From: Apache Jenkins Server > To: notificati...@maven.apache.org; strub...@apache.org; > herve.bou

Re: the simplest possible maven plugin, sort of

2012-09-11 Thread Anders Hammar
Switch to Maven 3 and this should work. Try it and report back! /Anders On Mon, Sep 10, 2012 at 11:22 PM, David Jencks wrote: > Our experience in geronimo has always been that maven does not support this, > and I thought for maven 3 it was announced that it never ever would. > > We have a profl