Including managed dependencies

2007-09-17 Thread Ralph Goers
I met with a group of maven users from several business units of my company last week. The single largest pain point is still with regard to dependency management. Despite the changes Patrick and I introduced in MNG-1577 they are still having difficulties primarily because it is impractical or

Re: Release maven-antrun-plugin?

2007-09-17 Thread John Esher
Anyone? Please please please release this plugin. 2007/8/27, John Esher <[EMAIL PROTECTED]>: > > What are the facts? > - the plugin has not been released for 20 month > - 9 issues are scheduled for 1.2 only 3 are open > - a lot of tickets that don't have are version are resolved for this > release

Maven Enforcer Plugin

2007-09-17 Thread Hilco Wijbenga
Hi all, The enforcer plugin has a powerful feature that checks whether the POM lists a version for every plugin used. The current version (1.0-alpha-3) doesn't seem to include this feature (even though the plugin documentation indicates otherwise). I see in JIRA that this feature is deemed not ye

Re: [VOTE] release maven-changes-plugin 2.0-beta-3

2007-09-17 Thread Dennis Lundberg
Thanks Brian, Here's the result of 'mvn dependency:analyze' on the beta-3 code: [INFO] [dependency:analyze] [INFO] Used declared dependencies: [INFO]org.apache.maven:maven-settings:jar:2.0.4:compile [INFO]org.apache.maven.doxia:doxia-core:jar:1.0-alpha-9:compile [INFO]org.apache.mave

RE: dependency:analyze changes

2007-09-17 Thread Brian E. Fox
Actually I missed that. Mark, what's the problem with analyze forking the build if there is already a justAnalyze that doesn't? -Original Message- From: Max Bowsher [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 12:13 PM To: Maven Developers List Subject: Re: dependency:analyz

Removing plugins from a lifecycle, programmatically or otherwise

2007-09-17 Thread jallen
Dear all, The existing clover plugin forks off its own lifecycle so it can run its instrumentInternal mojo in a new lifecycle and so it can try and prevent any test failures from breaking the forked build: clover validate

Re: dependency:analyze changes

2007-09-17 Thread Mark Hobson
Oops, and again without my local MDEP-100 mods: org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:2.0-alpha-5-SNAPSHOT +- org.apache.maven.shared:maven-plugin-testing-tools:jar:1.0-alpha-3-SNAPSHOT:test | \- org.apache.maven.shared:maven-invoker:jar:2.0.7-SNAPSHOT:test +- org.apache.

Re: dependency:analyze changes

2007-09-17 Thread Mark Hobson
Brian, I'm done with MDEP if you want to release 2.0-alpha-5. I'll merge MDEP-100 in once you're done. There's a few prerequisites to be released first - using dependency:tree: ;) org.apache.maven.plugins:maven-dependency-plugin:maven-plugin:2.0-alpha-5-SNAPSHOT +- org.apache.maven.shared:maven

Re: dependency:analyze changes

2007-09-17 Thread Max Bowsher
Mark Hobson wrote: > On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: >> On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: >>> Brian and anyone else interested, >>> >>> I'd like to make a couple of small changes to the analyze goal: >>> >>> 1) Remove @execute phase="test-compile" and repla

Re: dependency:analyze changes

2007-09-17 Thread Mark Hobson
On 17/09/2007, Brian E. Fox <[EMAIL PROTECTED]> wrote: > I'm thinking about pushing out another release this week so if there's > anything else you need to get in, this would be a good time. Yeah, I really want to start using the branched dependency:tree work in a stable release soon. If we relea

RE: dependency:analyze changes

2007-09-17 Thread Brian E. Fox
I'm thinking about pushing out another release this week so if there's anything else you need to get in, this would be a good time. -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 9:29 AM To: Maven Developers List Subject: Re: dependency:ana

RE: dependency:analyze changes

2007-09-17 Thread Brian E. Fox
Fine with me. -Original Message- From: Mark Hobson [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 9:29 AM To: Maven Developers List Subject: Re: dependency:analyze changes On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> w

Re: dependency:analyze changes

2007-09-17 Thread Mark Hobson
On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > > Brian and anyone else interested, > > > > I'd like to make a couple of small changes to the analyze goal: > > > > 1) Remove @execute phase="test-compile" and replace with @phase > > ver

Re: dependency:analyze changes

2007-09-17 Thread Mark Hobson
On 17/09/2007, Mark Hobson <[EMAIL PROTECTED]> wrote: > Brian and anyone else interested, > > I'd like to make a couple of small changes to the analyze goal: > > 1) Remove @execute phase="test-compile" and replace with @phase > verify. This will allow it to be used in the verification phase in a >

dependency:analyze changes

2007-09-17 Thread Mark Hobson
Brian and anyone else interested, I'd like to make a couple of small changes to the analyze goal: 1) Remove @execute phase="test-compile" and replace with @phase verify. This will allow it to be used in the verification phase in a similar way to checkstyle et al. The explicit @execute behaviour