Re: Maven changelog plugin with git

2010-01-01 Thread jfinkels
Thanks, I'll use the SNAPSHOT version for now. Olivier Lamy wrote: > > Hi, > Sure have a look at > http://maven.apache.org/guides/development/guide-testing-development-plugins.html > > -- > Olivier > > 2010/1/1 jfinkels : >> >> Hi, >>

Maven changelog plugin with git

2009-12-31 Thread jfinkels
Hi, I would like to use the git provider with maven-changelog-plugin, but I need to wait for the fix committed in version 2.2 for the issue described here: http://jira.codehaus.org/browse/MCHANGELOG-92 When will maven-changelog-plugin version 2.2 be in the official Maven plugin repository? Is th

Re: AW: No such provider: 'git'

2009-12-20 Thread jfinkels
Oh, it looks like this issue was fixed in maven-changelog-plugin version 2.2: http://jira.codehaus.org/browse/MCHANGELOG-92 But version 2.2 is not in the repository yet... -- View this message in context: http://old.nabble.com/No-such-provider%3A-%27git%27-tp26859089p26866688.html Sent from th

Re: AW: No such provider: 'git'

2009-12-20 Thread jfinkels
Wayne Fay wrote: > > Perhaps try adding it as an extension (google for info here)? > Same error with an "" element in the POM, like this: ... org.apache.maven.scm maven-scm-provider-gitexe 1.2 ... -- View this message in context: http:/

Re: AW: No such provider: 'git'

2009-12-20 Thread jfinkels
Wayne Fay wrote: > > > No, you were so close before, did you read what I wrote? > > Try this: > > > >org.apache.maven.plugins >maven-changelog-plugin > > > > org.apache.maven.scm > maven-scm-provider-gitexe >

Re: AW: No such provider: 'git'

2009-12-19 Thread jfinkels
Wayne Fay wrote: > > DepMgmt does not affect reporting plugins in M2. You need to add the > dep directly to the plugin in the reporting section. > I've added the plugin directly to the reporting section, like this: ... org.apache.maven.scm maven-scm-provider-git

Re: AW: No such provider: 'git'

2009-12-19 Thread jfinkels
struberg wrote: > > Hi! > > You need to add the dependency of the gitexe provider to the > maven-changelog-plugin and not to the build. > > Maven is basically a container like you know from a ServletEngine: it > separates classloaders of different plugins from each other - and the > for compi

No such provider: 'git'

2009-12-19 Thread jfinkels
maven-scm-provider-gitexe 1.2 org.apache.maven.plugins maven-changelog-plugin scm:git:git://github.com/jfinkels/jmona.git http://github.com/jfinkels/jmona ... But I get the following