Re: Overriding a plugin dependency's profile property?

2013-09-06 Thread David Hay
I just submitted http://jira.codehaus.org/browse/MNG-5511 for this... On Tue, Sep 3, 2013 at 11:29 AM, David Hay wrote: > Can anyone confirm whether this is supported or not? > > Happy to file ticket if someone can confirm... > > thanks! > > > > On Mon, Sep 2, 2013

Re: Overriding a plugin dependency's profile property?

2013-09-03 Thread David Hay
27;s currently some activity around this plugin > and I suppose this could be fixed in the go. > > My 2 cents. > Le 29 août 2013 22:22, "David Hay" a écrit : > > > hi Wayne, > > > > Yes, I can create a symlink pointing ../lib/tools.jar to > > ../Clas

Re: Overriding a plugin dependency's profile property?

2013-08-29 Thread David Hay
hi Wayne, Yes, I can create a symlink pointing ../lib/tools.jar to ../Classes/classes.jar which works. However, it requires all of our devs to add such a symlink and is very inconvenient. Seems to me that maven should allow us to override it in the pom, but I'm struggling to figure out if it doe

Overriding a plugin dependency's profile property?

2013-08-29 Thread David Hay
Hi, I am trying to use the mojo cobertura plugin in our project, and it won't run on my Mac as the tools jar is in the wrong place. The plugin depends on cobertura, which defines the following property in the mac profile: OSXProfile mac

Re: [m2] cobertura 2.0 cmd line params

2006-07-21 Thread David Hay
It turns out there's a bug in the maven cobertura plugin documentation. You need to wrap your and lines with and respectively: org.codehaus.mojo cobertura-maven-plugin com.gargantus.testing.* **/*Test.class David On Sun, 16 Jul 2006 05:0

Re: [m2] Cobertura plugin generates empty report

2006-06-12 Thread David Hay
id On 6/9/06 Doug Douglass wrote: David, We've had cobertura reporting working for quite some time. My pom is very similar except we don't have the phase element. Note that we're still using version 2.0-SNAPSHOT. Maybe that's a clue? Doug On 6/9/06, David Hay

[m2] Cobertura plugin generates empty report

2006-06-09 Thread David Hay
Hello, I've been trying to get the cobertura plugin running on our project, but I'm having the same problems Daun DeFrance was having (March 28: Continued Cobertura Plugin Issues). That is, if I run the "site" goal after the "clean" goal, I end up with a report that shows 0% test coverage for eve

Filtering resources and timestamp?

2006-05-15 Thread David Hay
I haven't seen this question addressed in the past. What I'd like to do is filter a properties file I have and place the timestamp of when the build occurred. That is, in src/main/resources, I would like to have a properties file with a line like: buildTime=${project.buildTime} and have it r