Re: maven-scm-provider-jgit

2013-08-07 Thread Olivier Lamy
2013/8/8 Olivier Lamy : > lucky :-) > > Here > mvn clean install -pl :maven-scm-provider-jgit -am > > Results : > > Failed tests: > testChangeLogCommand(org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommandTckTest): > expected:<1> but was:<0> > > Tests run: 9, Failures: 1, E

Re: New to group

2013-08-07 Thread Barrie Treloar
On 8 August 2013 03:13, John Dix wrote: > I'll give this a try! Browse around on the maven site under the developer docs - there should be enough information there about setting up your environment, etc. If there isn't, a patch would be most welcome! Its hard to know what level of detail to pro

Re: maven-scm-provider-jgit

2013-08-07 Thread Olivier Lamy
lucky :-) Here mvn clean install -pl :maven-scm-provider-jgit -am Results : Failed tests: testChangeLogCommand(org.apache.maven.scm.provider.git.jgit.command.changelog.JGitChangeLogCommandTckTest): expected:<1> but was:<0> Tests run: 9, Failures: 1, Errors: 0, Skipped: 0 For some reason when

Re: maven-scm-provider-jgit

2013-08-07 Thread Brett Porter
Works here: maven-scm-provider-jgit (master=)$ mvn clean install -Ptck Results : Tests run: 9, Failures: 0, Errors: 0, Skipped: 0 - Brett On 08/08/2013, at 7:12 AM, domi wrote: > Hi everyone, > > a couple of weeks ago I have contributed a git scm provider based on jgit. > This one was pull

maven-scm-provider-jgit

2013-08-07 Thread domi
Hi everyone, a couple of weeks ago I have contributed a git scm provider based on jgit. This one was pulled into the master branch by Olivier Lamy: Origin: git://git.apache.org/maven-scm.git Mirror: https://github.com/apache/maven-scm https://github.com/apache/maven-scm/tree/master/maven-scm-pro

Re: Issue management and documentation for Apache resources, such as apache-jar-resource-bundle

2013-08-07 Thread Dennis Lundberg
Ready! https://issues.apache.org/jira/browse/MASFRES On Tue, Aug 6, 2013 at 9:46 PM, Dennis Lundberg wrote: > I have created this issue to track it: > https://issues.apache.org/jira/browse/INFRA-6642 > > > On Thu, Jul 25, 2013 at 11:48 PM, Hervé BOUTEMY wrote: >> I had a look at this issue a fe

RE: New to group

2013-08-07 Thread John Dix
Thanks John., I'll give this a try! -Original Message- From: John Casey [mailto:jdca...@commonjava.org] Sent: Tuesday, August 06, 2013 1:00 PM To: Maven Developers List Subject: Re: New to group If you're interested in seeing the full flow of execution, I'd recommend the following: 1.

Re: Submitting a new maven plugin..

2013-08-07 Thread Anders Hammar
There is also the existing dependency:purge-local-repository goal that has some relationship. /Anders

Re: Submitting a new maven plugin..

2013-08-07 Thread Brian Fox
Hi Laurent, this does look like an handy plugin. I could actually imagine these goals being added to the existing clean plugin and also think this could be pretty popular. What do others think? On Wed, Aug 7, 2013 at 2:39 AM, labtech.dev wrote: > Hi there, > > Please first excuse my poor english.

Submitting a new maven plugin..

2013-08-07 Thread labtech.dev
Hi there, Please first excuse my poor english.. As a simple contributor of a new french community, I would like to submit a new maven plugin to the apache maven community. *The overall goal of this plugin is to improve the global "local maven repository cache" maintenance in an industrial CI cont