annotate complex types in lists

2011-06-30 Thread DE GOEDE Tony
Hello, I have a problem. I am building a new maven plugin to interface with a local build tool. To control the plugin I supply some configuration data. For simple elements this works using annotations. Because we want to configure maven to get the correct target artifacts from nexus for the

Re: [maven-assembly-plugin] smart(er) dependency merge

2011-06-30 Thread David Jencks
I think the shade plugin does something like this. david jencks On Jun 30, 2011, at 12:45 AM, Robert Burrell Donkin wrote: (If support for this use case already exists then apologies in advance but I suspect it's not supported and that I'll need to hack some extra code...) specific use

Re: scopeperi/scope

2011-06-30 Thread Andreas Sewe
Hi all. As a side-note: the current provided scope is not transitive, which IMHO doesn't make much sense. After all, if your environment magically provides dependency A that assures you that it also provides dependency B, then this should effectively mean that both A and B are provided. Or

Re: Re: Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread jameslordhz
Maybe you are right,but large project as hadoop have far less ecipse projects compared with maven, is that necessary to have eleven eclipse projects? why not 5 or less? 2011-06-30 jameslordhz 发件人: Mark Struberg 发送时间: 2011-06-30 14:59:10 收件人: Maven Developers List 抄送: 主题: Re: Re:

Re: annotate complex types in lists

2011-06-30 Thread Jeff MAURY
Tony, the simplest way of doing is to use Arrays. If you must use List, then look at the Mojo documentation as there are some limitations: http://maven.apache.org/guides/plugin/guide-java-plugin-development.html

Re: [maven-assembly-plugin] smart(er) dependency merge

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 8:52 AM, David Jencks david_jen...@yahoo.com wrote: I think the shade plugin does something like this. Looks like it does... Thanks :-) Robert - To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org

[maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 8:52 AM, David Jencks david_jen...@yahoo.com wrote: I think the shade plugin does something like this. Thanks I've taken a look and this seems the right place to start but I'll probably need to do some development... There are 21 open issues [1] and (by my count) 8

Re: Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Benson Margulies
For the same reason that anything else is divided into components, to manage modularity and dependencies. Some of these are shared components that the plugins or other tools use, so they can't be one giant monolith. In short, lumping them wouldn't work and would not be nicer. On Wed, Jun 29,

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Benson Margulies
The JIRA count is not a reliable indication of anything. Lots of us use shade in production. The JIRA count can indicate a plethora of improvement suggestions, or a bunch of uninvestigated complaints. Don't get me wrong, please do dig in. But you are likely to find that it works for you as is.

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread ant elder
On Thu, Jun 30, 2011 at 11:30 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Jun 30, 2011 at 8:52 AM, David Jencks david_jen...@yahoo.com wrote: I think the shade plugin does something like this. Thanks I've taken a look and this seems the right place to start but

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Stephane Nicoll
Oh my God. For the record a directory with some source code is not an eclipse project. Next time it might be worth describing properly what you're complaining about. On Wed, Jun 29, 2011 at 7:57 PM, jameslordhz jameslor...@gmail.com wrote: will this make it easier to manage the source code

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 11:41 AM, Benson Margulies bimargul...@gmail.com wrote: The JIRA count is not a reliable indication of anything. Lots of us use shade in production. The JIRA count can indicate a plethora of improvement suggestions, or a bunch of uninvestigated complaints. Don't get me

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 11:41 AM, Benson Margulies bimargul...@gmail.com wrote: The JIRA count is not a reliable indication of anything. Lots of us use shade in production. The JIRA count can indicate a plethora of improvement suggestions, or a bunch of uninvestigated complaints. True. That's

Re: [maven-assembly-plugin] smart(er) dependency merge

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 10:27 AM, Robert Burrell Donkin robertburrelldon...@gmail.com wrote: On Thu, Jun 30, 2011 at 8:52 AM, David Jencks david_jen...@yahoo.com wrote: I think the shade plugin does something like this. Looks like it does... I've submitted [1] a documentation patch to help

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 11:47 AM, ant elder ant.el...@gmail.com wrote: snip If you can mange to get some patches applied and a release of the shade plugin done that would be fantastic. MSHADE-88 for me and I've another fix to different scoped dependencies which i can submit if theres a

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Kristian Rosenvold
Apart from the fact that I start my summer vacation in 2 days I'm sure I can assist you in getting patches in. I like TLC ;) I'll add shade to my stream, but don't expect much for the next 4 weeks - europeans have vacation ;) I don't even consider patches without testcases. Kristian Den

RE: annotate complex types in lists

2011-06-30 Thread DE GOEDE Tony
Hello Jeff, I tried following the description and it simply worked. I created a class Platform with the attributes. And /** * The build platforms * * @parameter * @required */ private Platform[] platform_mappings; This works fine.

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Benson Margulies
I'll play patch monkey. Name those JIRA. On Thu, Jun 30, 2011 at 8:00 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: Apart from the fact that I start my summer vacation in 2 days I'm sure I can assist you in getting patches in. I like TLC ;) I'll add shade to my stream, but don't

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 1:11 PM, Benson Margulies bimargul...@gmail.com wrote: I'll play patch monkey. Name those JIRA. :-) I've submitted a documentation patch [1] to let users know it exists. I'm out of typing time now but I'll step up with some more later today. Robert [1]

RE: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Martin Gainty
Vacation is only for people with superfluous time and excess discretionary income (the only exception is wendy who must deal with a fire the size of north dakota not too far from campus) During your vacation we will be expecting the SAME amount of work and the SAME frequency of contact

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Kristian Rosenvold
Martin, Are you saying I'm rich and idle ?? Cool. I will bring my laptop + 3g, might squeeze in a commit or two over a glass of champagne while contemplating the mediterranian sea. Kristian Den 30.06.2011 14:32, skrev Martin Gainty: Vacation is only for people with superfluous time

Re: [VOTE] ReleaseMaven Release plugin version 2.2

2011-06-30 Thread Stephen Connolly
This vote has passed: +1 (binding): Stephen Connolly, Mark Struberg, Olivier Lamy, Hervé Boutemy +1 (non-binding): Tony Chemit I will proceed with the release On 27 June 2011 10:23, Stephen Connolly stephen.alan.conno...@gmail.com wrote: Hi, We solved 12 issues:

Re: Re: Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Wayne Fay
Maybe you are right,but large project as hadoop have far less ecipse projects compared with maven, is that necessary to have eleven eclipse projects? why not 5 or less? Honestly, why do you care? Is there a specific criticism, comment or question you have, other than 11 projects seems like a

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Daniel Kulp
On Thursday, June 30, 2011 12:21:34 PM Robert Burrell Donkin wrote: On Thu, Jun 30, 2011 at 11:41 AM, Benson Margulies bimargul...@gmail.com wrote: The JIRA count is not a reliable indication of anything. Lots of us use shade in production. The JIRA count can indicate a plethora of

Re: [maven-shade-plugin] TLC [WAS Re: [maven-assembly-plugin] smart(er) dependency merge]

2011-06-30 Thread Robert Burrell Donkin
On Thu, Jun 30, 2011 at 6:33 PM, Daniel Kulp dk...@apache.org wrote: snip I'm looking for smart merger of NOTICEs and LICENSEs. How is this currently implemented? For the NOTICE stuff, you can look at the org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer which several

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Hervé BOUTEMY
FYI, here is the dependency tree: [1] in Mavn 2, the dependency tree [2] was more complex: one of the objectives of Maven 3 was to simplify it to match the good level of modularity Regards, Hervé [1] http://maven.apache.org/ref/3.0.3/ [2] http://maven.apache.org/ref/2.2.1/ Le jeudi 30 juin

Re: why Maven 3 is divided into eleven eclipse project?

2011-06-30 Thread Benson Margulies
jameslordhz, While I don't entirely support some of my colleagues sharp choices of words, I completely agree with their net sentiment. We don't design software to minimize to number of IDE projects. If you look at, say, Apache CXF, it has dozens. We design it to have a sensible, maintainable,

[jira] Subscription: Design Best Practices

2011-06-30 Thread jira
Issue Subscription Filter: Design Best Practices (24 issues) Subscriber: mavendevlist Key Summary MNG-2184Possible problem with @aggregator and forked lifecycles https://jira.codehaus.org/browse/MNG-2184 MNG-612 implement conflict resolution techniques

builds.apache.org seg faulting...

2011-06-30 Thread Barrie Treloar
https://builds.apache.org/view/M-R/view/Maven/job/maven-plugins-ITs-2.x/216/console # # An unexpected error has been detected by HotSpot Virtual Machine: # # SIGBUS (0x7) at pc=0xf770a7a4, pid=13024, tid=4150232768 # # Java VM: Java HotSpot(TM) Server VM (1.5.0_22-b03 mixed mode) # Problematic