Re: [VOTE] Release Maven Indexer version 4.1.0

2011-04-04 Thread Tamás Cservenák
Hi Hervé, issues created MINDEXER-23 MINDEXER-24 Thanks for spotting these! ~t~ On Sun, Apr 3, 2011 at 10:35 AM, Hervé BOUTEMY herve.bout...@free.frwrote: but I have a few (non-blocking) remarks: - a description should be defined in each pom.xml (actually description is inherited from

Suggestion: split the user list

2011-04-04 Thread Benson Margulies
Oh Maven PMC, Have you ever considered splitting the user list into one for people who type 'mvn' and another for people developing plugins? The audiences are fairly distinct, and I think that it would improve the Signal to Noise ratio, and facilitate more communications, if they were split.

Re: Repository Security Improvement

2011-04-04 Thread John Casey
I'd be interested in talking about it again, if you have time/new thoughts to share. On 4/2/11 8:34 AM, Chad La Joie wrote: Quite some time ago I was asking[1] about PGP support in Maven. And in February Brett noted[2][3] some initial thinking he had done around increasing certain security

Re: Inflexibility of --also-make w.r.t. unusual goals

2011-04-04 Thread Jesse Glick
On 10/02/2010 07:27 AM, Brett Porter wrote: mvn -am -pl main run would automatically invoke just 'install' (or 'package') on the calculated dependencies. I don't agree that install on one and package on the dependencies would make sense - this would put something in the repository that

Re: [VOTE] Release Maven Indexer version 4.1.0

2011-04-04 Thread Jesse Glick
On 03/31/2011 03:55 PM, Brian Demers wrote: https://repository.apache.org/content/repositories/maven-056/ Non-binding +1 based on testing in NetBeans integration. - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

Re: Suggestion: split the user list

2011-04-04 Thread Barrie Treloar
On Mon, Apr 4, 2011 at 8:41 PM, Benson Margulies bimargul...@gmail.com wrote: Oh Maven PMC, Have you ever considered splitting the user list into one for people who type 'mvn' and another for people developing plugins? The audiences are fairly distinct, and I think that it would improve the

Re: Suggestion: split the user list

2011-04-04 Thread Wendy Smoak
On Mon, Apr 4, 2011 at 7:11 AM, Benson Margulies bimargul...@gmail.com wrote: Oh Maven PMC, Have you ever considered splitting the user list into one for people who type 'mvn' and another for people developing plugins? The audiences are fairly distinct, and I think that it would improve the

Re: Suggestion: split the user list

2011-04-04 Thread Benson Margulies
My perception is that there's still a lot of room for improvement in the documentation of the various interfaces that a mojo developer needs to talk to. So a would-be plugin developer is prone to have questions. On a day when the user list is swamped with some the latest flame-fest about the

Re: Parent-to-child inheritance of dynamic properties

2011-04-04 Thread Barrie Treloar
On Sun, Dec 12, 2010 at 10:45 AM, Benson Margulies bimargul...@gmail.com wrote: On Sat, Dec 11, 2010 at 7:05 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Benson Margulies wrote: Say that, in a parent pom, there is an execution of a plugin that sets a property. (e.g. the build

Re: Suggestion: split the user list

2011-04-04 Thread Brett Porter
Writing plugins is for most a function of using Maven. I think the users@ list is the right place to ask. If you're not getting answers, that's a different problem :) A split would only make sense if there were a number of people talking about plugin development already that was hindering less

Re: Inflexibility of --also-make w.r.t. unusual goals

2011-04-04 Thread Brett Porter
On 05/04/2011, at 1:16 AM, Jesse Glick wrote: There seems to be no decent solution using current --also-make. The solutions using the styles I proposed previously would look like: 1. mvn -am -pl submodule test-compile -then -pl submodule test 2. mvn --also-make-goals -pl submodule