Re: AW: No such provider: 'git'

2009-12-20 Thread Wayne Fay
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: No, you were so close before, did you read what I wrote? Try this: reporting plugins plugin

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: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-changelog-plugin/artifactId !-- best practice is to add the version for your plugin here --

Re: release plugin: version change not only in POMs ?

2009-12-20 Thread Grigory Ptashko
This helped me! Thanks a lot! 19 декабря 2009 г. 14:45 пользователь Anders Hammar and...@hammar.netнаписал: Your plugin binding binds the resources plugin as configured to the Maven lifecycle. But you're executing mvn resources:copy-resources which isn't executing the lifecycle (it justs

Re: AW: No such provider: 'git'

2009-12-20 Thread Wayne Fay
I did try that, but that is illegal syntax, based on the POM 4.0.0 XML schema definition (at http://maven.apache.org/maven-v4_0_0.xsd), the relevant parts of which I have paraphrased below: Perhaps try adding it as an extension (google for info here)? I have zero experience with what you're

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 extensions element in the POM, like this: ... build extensions extension groupIdorg.apache.maven.scm/groupId artifactIdmaven-scm-provider-gitexe/artifactId

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

maven-invoker-plugin, plugin testing, and IT's with plugin snapshot dependencies

2009-12-20 Thread Stevo Slavić
Hello Maven users, If one installs a snapshot of a plugin (P1) in local repository, and for other plugin (P2) an IT, run using maven-invoker-plugin configured as recommended to use isolated local repository for integration tests, is a project which makes use of P1 snapshot, IT will fail since P1

Re: AW: No such provider: 'git'

2009-12-20 Thread Mark Struberg
hi! You catched a very old finesse of reporting plugin configuration (in fact, lots of Jira issues have been opened for that very topic). Please read http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html for an example how it should work. LieGrue, strub

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Barrie Treloar
On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies bimargul...@gmail.com wrote: The eclipse plugin forces the compiler source version to 1.4 for maven plugins. I'm building a maven plugin that I want to require 1.5. Is there a way to tell the eclipse plugin to stop harassing me? Did you check

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Benson Margulies
I did. On Sun, Dec 20, 2009 at 5:26 PM, Barrie Treloar baerr...@gmail.com wrote: On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies bimargul...@gmail.com wrote: The eclipse plugin forces the compiler source version to 1.4 for maven plugins. I'm building a maven plugin that I want to require

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Barrie Treloar
On Sun, Dec 20, 2009 at 5:26 PM, Barrie Treloar baerr...@gmail.com wrote: On Sat, Dec 19, 2009 at 9:48 AM, Benson Margulies bimargul...@gmail.com wrote: The eclipse plugin forces the compiler source version to 1.4 for maven plugins. I'm building a maven plugin that I want to require 1.5. Is

Re: java 1.4 versus the maven-eclipse-plugin

2009-12-20 Thread Benson Margulies
While I read the doc, it didn't seem applicable. Now that you tell me that there's no special trickery going on that tries to force 1.4 on mojo projects, I'm off to revisit all the poms to see there's something I missed. On Sun, Dec 20, 2009 at 8:51 PM, Barrie Treloar baerr...@gmail.com wrote:

Amazon EC2 EBS Volume for Maven central repository

2009-12-20 Thread Mark Diggory
Cheers, After experimenting a bit with EC2, It seems it would be ideal if there were an EBS volume that had all the Maven central repository within it. Does anyone know of such a thing? thanks, Mark - To unsubscribe, e-mail:

Re: Amazon EC2 EBS Volume for Maven central repository

2009-12-20 Thread Mark Diggory
I imagine there have to be a number of projects/companies out there using Maven artifacts and incurring bandwidth costs to build systems. Atlassian seems to be recommending the practice to its Bamboo users...