Re: [DISCUSS] Extend Mojo API to allow for resolution of multiple dependency scopes

2009-08-03 Thread Stephen Connolly
2009/8/3 Benjamin Bentmann > Brian Fox wrote: > > Perhaps what is needed is the addition of a >> few more "resolution scope" tags that a plugin could ask for. I mean, >> how many combinations aren't already covered by the existing scopes? >> If it's small and adding one or two more might be easi

[RESULT] Commit access for Mark Struberg

2009-08-03 Thread Brett Porter
Ok, I count the following +1 votes: Brett, Benjamin, Lukas, Brian, Olivier, Rahul, Jason, Arnaud, Hervé, John and Dennis and no negative votes so the vote passes. Welcome, Mark! Jason, would you mind updating asf-authorization? Cheers, Brett On 31/07/2009, at 4:16 AM, Dennis Lundberg wrote

[PLEASE TEST] Maven 2.2.1-RC2

2009-08-03 Thread John Casey
Hi again, After Brett sorted out some issues that got lost in the source-control mess on my localhost, and I resolved a couple more stragglers that came up as a result of testing out RC1, I think we're in better shape to attempt a release again. Before we do, I'd like to get as many eyes as

Re: [DISCUSS] Extend Mojo API to allow for resolution of multiple dependency scopes

2009-08-03 Thread Benjamin Bentmann
Brian Fox wrote: Perhaps what is needed is the addition of a few more "resolution scope" tags that a plugin could ask for. I mean, how many combinations aren't already covered by the existing scopes? If it's small and adding one or two more might be easier to support and maintain than allowing a

Re: Trade-Off with in Super-Pom

2009-08-03 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Fox wrote: >> Therefore I think that >> the in Super-Pom caused some >> trouble and confusion that you might not be aware of. > > It should use the version even if you invoke directly from the command > line, if not, that's a separate bug. To

Re: [Proposal] EasyVersionMaintenance

2009-08-03 Thread Joerg Hohwiller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Brian, > First question, wouldn't ${project.version} solve the use case of > updating same versioned dependencies? Nope. It would help in some of my business projects where all artifacts get the same version when released, but I already have a sim

Re: [DISCUSS] Extend Mojo API to allow for resolution of multiple dependency scopes

2009-08-03 Thread Brian Fox
I think the disconnect here is that the "resolution scope" != "specified scope" That is to say if you ask for the runtime scope in a plugin, you get more than things declared "runtime". We all know this intuitively but it is confusing at times. Perhaps what is needed is the addition of a few more

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Dennis Lundberg
Brett Porter wrote: > > On 03/08/2009, at 11:23 AM, Vincent Siveton wrote: > >> 2009/8/3 Brett Porter : >>> I would find that confusing. The filtering is automatic and is just as >>> official... >> >> yes but it implies more work when you write doc... > > I am in favour of investing effort in wr

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Brett Porter
On 03/08/2009, at 11:23 AM, Vincent Siveton wrote: 2009/8/3 Brett Porter : I would find that confusing. The filtering is automatic and is just as official... yes but it implies more work when you write doc... I am in favour of investing effort in writing the docs once to avoid spending

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Vincent Siveton
2009/8/3 Brett Porter : > I would find that confusing. The filtering is automatic and is just as > official... yes but it implies more work when you write doc... Vincent - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Brett Porter
On 03/08/2009, at 11:15 AM, Vincent Siveton wrote: Hi Brett, 2009/8/3 Brett Porter : I'm not sure you guys are talking about the same thing :) I hope Vincent, he is pointing out that the config you have put into the doc now does not work (at least without a corresponding pluginManagement

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Vincent Siveton
Hi Brett, 2009/8/3 Brett Porter : > I'm not sure you guys are talking about the same thing :) I hope > Vincent, he is pointing out that the config you have put into the doc now > does not work (at least without a corresponding pluginManagement section). > It's unclear from your response how you

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Brett Porter
On 03/08/2009, at 11:00 AM, Vincent Siveton wrote: 2009/8/3 Benjamin Bentmann : Well, enabling the doc filtering is a one-time task and I wouldn't say it's for nothing. The problem I see with those version-less POM snippets is that users just use them as is, without further thought. Nobody i

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Vincent Siveton
2009/8/3 Benjamin Bentmann : > Well, enabling the doc filtering is a one-time task and I wouldn't say it's > for nothing. The problem I see with those version-less POM snippets is that > users just use them as is, without further thought. Nobody is going to read > each and every doc page, people do

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Benjamin Bentmann
Vincent Siveton wrote: IMHO it will be an overhead for nothing... Well, enabling the doc filtering is a one-time task and I wouldn't say it's for nothing. The problem I see with those version-less POM snippets is that users just use them as is, without further thought. Nobody is going to re

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Vincent Siveton
Hi Benjamin, 2009/8/3 Benjamin Bentmann : > Not locking down the plugin version is a bad practice but how can we expect > users to abandon this habbit if not even the official docs show the proper > plugin configuration? So how about filtering the document instead and use > ${project.version}? IM

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Arnaud HERITIER
> > >> > Not locking down the plugin version is a bad practice but how can we expect > users to abandon this habbit if not even the official docs show the proper > plugin configuration? So how about filtering the document instead and use > ${project.version}? > > +1 I think itshould be good thing t

Re: svn commit: r800341 - /maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

2009-08-03 Thread Benjamin Bentmann
Hi Vincent, Author: vsiveton Date: Mon Aug 3 12:58:03 2009 New Revision: 800341 URL: http://svn.apache.org/viewvc?rev=800341&view=rev Log: MJAVADOC-248: Site 'Usage' page references 2.5 version of m-javadoc-p o fix it Modified: maven/plugins/trunk/maven-javadoc-plugin/src/site/apt/usage.apt

Re: [DISCUSS] Extend Mojo API to allow for resolution of multiple dependency scopes

2009-08-03 Thread Benjamin Bentmann
Barrie Treloar wrote: I cant remember if this is already raised somewhere else, but there is similar problem with the scope "test". test means both testCompile and testRuntime (which themselves dont exist) so things like dependency:analyze reports errors because that level of granularity does no