Re: Use of standards in the Maven core

2010-11-18 Thread Kristian Rosenvold
Den 18.11.2010 08:32, skrev Lennart Jörelid: [bit of rather funny rant/read znipped out] I think the rant was a real good description of why/how working with open source is fun ;) Maven 3 must be regarded in the proper context to understand what happened. At the implementation level some

AW: Use of standards in the Maven core

2010-11-18 Thread Stadelmann Josef
Not beening a maven developer, just a maven-newbi, but modelling with UML was pushed very high some days. UML then RUP to use UML, then based on UML specs some CASE Tools, developed, and then we started to learn to express our demands by using a graphical notation language, AND without the

Patch for ARCHETYPE-303

2010-11-18 Thread Tamás Cservenák
Hi there, I attached the patch for solving http://jira.codehaus.org/browse/ARCHETYPE-303 Externalize Archetype Catalog model into separate module issue. This patch externalizes (moves out into separate module) each modello model, leaving just the old 1.x archetype.mdo in archetype-commons. Could

Re: Patch for ARCHETYPE-303

2010-11-18 Thread Brett Porter
On 19/11/2010, at 9:23 AM, Tamás Cservenák wrote: Hi there, I attached the patch for solving http://jira.codehaus.org/browse/ARCHETYPE-303 Externalize Archetype Catalog model into separate module issue. This patch externalizes (moves out into separate module) each modello model, leaving

RE: Access to the raw list of dependencies - multiple versions of an artifact included

2010-11-18 Thread Lindsay Smith
Thanks for the reply. Yes - using eclipse code would be lovely. There are efforts to bridge maven and the eclipse build systems together, notably the Sonatype Tycho project. However the missing piece right now is building p2 repositories from Maven artifacts. Eclipse is quite happy to

Re: Patch for ARCHETYPE-303

2010-11-18 Thread Tamás Cservenák
Hi, glad you like it :) Just to clear up: the initial reason for this was to make integration of archetype-based solutions easier into non-maven apps. For example, for nexus-archetype-plugin, I really needed the model _only_, nothing else, so I stole the modello mdo file of archetype-catalog

Re: Access to the raw list of dependencies - multiple versions of an artifact included

2010-11-18 Thread Rex Hoffman
it's pretty straight forward if you use some code provided by the dependencies library (part of the maven-dependencies-plugin) I wrote some code that uses it for the dependency convergence enforcer rule:

RE: Access to the raw list of dependencies - multiple versions of an artifact included

2010-11-18 Thread Lindsay Smith
Thanks very much, that's a great example. Lindsay -Original Message- From: Rex Hoffman [mailto:r...@e-hoffman.org] Sent: Friday, 19 November 2010 1:21 p.m. To: Maven Developers List Subject: Re: Access to the raw list of dependencies - multiple versions of an artifact included

Re: [PLEASE TEST] Apache Maven 3.0.1-RC1

2010-11-18 Thread Marvin Froeder
Tested flexmojos, seems ok ;) VELO On Thu, Nov 18, 2010 at 10:15 PM, Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for a test drive in order to detect

[jira] Subscription: Design Best Practices

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

Re: [PLEASE TEST] Apache Maven 3.0.1-RC1

2010-11-18 Thread chemit
On Fri, 19 Nov 2010 01:15:55 +0100 Benjamin Bentmann benjamin.bentm...@udo.edu wrote: Hi, +1, works fine for us (tested on ubuntu 10.10 and windows xp sp3). we're aiming at a bugfix release of Maven 3 in the next week and following tradition we invite interested users in taking the RC for