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 Wayne Fay
>> You need to add the dependency of the gitexe provider to the >> maven-changelog-plugin and not to the build. > > I'm not really sure that I understood what you were trying to say, but I've > changed my POM and I still get the same error: DepMgmt does not affect reporting plugins in M2. You need

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

Re: Maven 3 deprecated properties

2009-12-19 Thread Stevo Slavić
Maven properties guideshould be updated to document that pom.* properties are deprecated. Regards, Stevo. On Sat, Dec 19, 2009 at 6:03 PM, Stevo Slavić wrote: > It works well, pom.name deprecation is reported as warning too; I bel

AW: No such provider: 'git'

2009-12-19 Thread Mark Struberg
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 compile and test are 2 others of that k

No such provider: 'git'

2009-12-19 Thread jfinkels
I am unable to generate a changelog report using a git provider. I have set up my POM with the following sections: ... org.apache.maven.plugins maven-scm-plugin connection org.apache.maven.scm m

Maven 3.0 ProjectCycleException

2009-12-19 Thread Thiago Moreira (timba)
Hi there, I have a project that contains a build-tools subproject used only to store configuration files for checkstyle, jalopy and so forth... the parent project contains plugins that reference the build-tools subproject and the subproject reference the parent in its parent tag. I'm moving to

can pom file be filtered?

2009-12-19 Thread alien.sulin
dear all: I have a problem about how to configure war plugin, the details are below. A file(contain the password and username) as a resource in our project, it should be stored in different places with different machine; So i configure the pom as below, but maven can't get the varaible! The pom.x

Re: Maven 3 deprecated properties

2009-12-19 Thread Stevo Slavić
It works well, pom.name deprecation is reported as warning too; I believe it didn't initially because of parent POM resolutionissue project had. Regards, Stevo. On Sat, Dec 19, 2009 at

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

2009-12-19 Thread Anders Hammar
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 executed the copy-resources goal). Try mvn install instead! If you need to be able to run mvn resources:copy-resource

Re: Maven 3 deprecated properties

2009-12-19 Thread Anders Hammar
Stevo, I think it would be great if you could file a jira for the pom.nameproperty to be deprecated in Maven 3.0! /Anders On Sat, Dec 19, 2009 at 05:26, Brian Fox wrote: > Yes, a long time ago. > > On Fri, Dec 18, 2009 at 5:39 PM, Paul Benedict > wrote: > > Stevo, I thought all pom.* propertie

Re: How can I automate the testing of my archetype? Maven Build from TestNG?

2009-12-19 Thread Jeff MAURY
Have a look at the documentation or consult the source code for the maven-compiler-plugin to see it in action. Regards Jeff On Sat, Dec 19, 2009 at 10:20 AM, Donszelmann Mark < mark.donszelm...@gmail.com> wrote: > Hi > > do you have an example ? > > Regards > Mark Donszelmann > > On Dec 19, 200

Re: How can I automate the testing of my archetype? Maven Build from TestNG?

2009-12-19 Thread Donszelmann Mark
Hi do you have an example ? Regards Mark Donszelmann On Dec 19, 2009, at 9:36 AM, Stephen Connolly wrote: > i'd use the invoker plugin > > 2009/12/18 JavaGeek > >> >> Hello All, >> Does anyone have advice on automating the testing of an archetype? >> >> I am a community volunteer helping o

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

2009-12-19 Thread Grigory Ptashko
I've inserted the following configuration to my pom.xml (taken from here http://maven.apache.org/plugins/maven-resources-plugin/examples/copy-resources.html ): maven-resources-plugin 2.4.1 copy-resources validate

Re: How can I automate the testing of my archetype? Maven Build from TestNG?

2009-12-19 Thread Stephen Connolly
i'd use the invoker plugin 2009/12/18 JavaGeek > > Hello All, > Does anyone have advice on automating the testing of an archetype? > > I am a community volunteer helping out the JBoss folks with their Weld Java > EE 6 archetypes. I currently have a bash script I use to test it, but it > require