Re: Resources plugin issues

2008-02-27 Thread James William Dumay
Id also like to see these patches merged in. Thanks James On Wed, 2008-02-27 at 10:04 -0600, Paul Gier wrote: > Hi Everyone, > > The resources plugin seems be a bit neglected lately ;), so I took a look > through the current open issues. > These issues have relatively simple patches attached: >

RE: [MNG-3410] Plugin managed versions are ignored

2008-02-27 Thread Brian E. Fox
Ok got it. Then +1 to fixing it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sanchez Sent: Wednesday, February 27, 2008 11:40 AM To: Maven Developers List Subject: Re: [MNG-3410] Plugin managed versions are ignored On Tue, Feb 26, 2008 at 9:37

Re: MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread nicolas de loof
Right for rsync, I just asked for the correct format. 2008/2/27, Carlos Sanchez <[EMAIL PROTECTED]>: > > In the repo they should have same groupId/artifactId/version and > change the type > > But dont do a bundle. Why don't you put that and the other uploads > that you usually do in a repo and I'

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I just committed partial support for PlexusConfiguration : - as XML validation is disabled the XML configuration doesn't require to be in a CDATA section - the namespaceHandler detects structured configuration and creates a DomPlexusConfiguration for it. - Still have to implement DomPlexusConfigur

Re: MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread Carlos Sanchez
In the repo they should have same groupId/artifactId/version and change the type But dont do a bundle. Why don't you put that and the other uploads that you usually do in a repo and I'll setup an automatic sync from there for the groups you contribute On Wed, Feb 27, 2008 at 1:20 AM, nicolas de l

Re: [MNG-3410] Plugin managed versions are ignored

2008-02-27 Thread Carlos Sanchez
On Tue, Feb 26, 2008 at 9:37 PM, Brian E. Fox <[EMAIL PROTECTED]> wrote: > > >I didnt quite understand this. depMngmt in plugins you use is ignored, > >so how could you override a plugin dependency using this bug? > > My understanding of the bug is that if you specify depMgt in _your_ > project

Resources plugin issues

2008-02-27 Thread Paul Gier
Hi Everyone, The resources plugin seems be a bit neglected lately ;), so I took a look through the current open issues. These issues have relatively simple patches attached: http://jira.codehaus.org/browse/MRESOURCES-39 http://jira.codehaus.org/browse/MRESOURCES-20 http://jira.codehaus.org/brow

Re: from plexus to spring...

2008-02-27 Thread nicolas de loof
I've solved the main issues, added some tiny doc and unit tests. Still early alpha code but now stable and ready for review if you want to test it on Continuum. Some tests (like DefaultPathParserTest) migrate succesfully to spring context execution using the PlexusInSpringTestCase without any cha

Re: An Attribute Based POM

2008-02-27 Thread Arik Kfir
On Wed, 2008-02-27 at 12:51 +0100, Fabian Christ wrote: > The problem with the pattern groupId="org.apache.maven.archiva" artifactId= are the missing line > breaks and spaces. Your can't find the information of interest in such > a string. So people will start adding line breaks and you get near

Re: An Attribute Based POM

2008-02-27 Thread Fabian Christ
Hi there, I read through this discussion as a Maven user and (sometimes) plugin developer and also like the idea of more readable POMs. But I also agree with Jörg's opinion: > +1 for more readable POMs > > I personally like the idea of the attributes because it makes > it a lot easier to write

Re: An Attribute Based POM

2008-02-27 Thread Milos Kleint
I think there could be one not yet discussed drawback of attribute based pom content. Most (or all?) xml parsers will not keep track of spacing between attributes, so any tool that writes the pom (release plugin?) might mess up formatting.. Disclaimer: I haven't actually checked.. Milos On Mon,

MAVENUPLOAD : jni library best practices ?

2008-02-27 Thread nicolas de loof
I have a requirement to add a LGPL lib to our corporate repo. I'd like to make it also available in maven central. The lib is jNative (http://sourceforge.net/projects/jNative, http://jnative.free.fr/SPIP-v1-8-3/) This is a JNI base library with both a JAR and a dll + so What is the best-practice

Re: [discuss] Archiva TLP proposal

2008-02-27 Thread Brett Porter
On 26/02/2008, at 9:21 PM, Fabrice Bellingard wrote: On Mon, Feb 25, 2008 at 3:04 AM, Brett Porter <[EMAIL PROTECTED]> wrote: Ok, seems there is some interest in putting together a proposal. I'm going to follow the same format we used at Continuum last month. Before we continue to vote on

Re: trunk & shading

2008-02-27 Thread [EMAIL PROTECTED]
Brett Porter schrieb: > > On 27/02/2008, at 7:13 PM, [EMAIL PROTECTED] wrote: > >> > > The reason for this is that commons-logging in the root > classloader makes plugins unhappy (and the error reporting seems > to be swallowed now) >> Just out of curiosity, what ver

Re: trunk & shading

2008-02-27 Thread Brett Porter
On 27/02/2008, at 7:13 PM, [EMAIL PROTECTED] wrote: The reason for this is that commons-logging in the root classloader makes plugins unhappy (and the error reporting seems to be swallowed now) Just out of curiosity, what version of commons-logging was in use? Version 1.1 and above shoul

Re: trunk & shading

2008-02-27 Thread Rahul Thakur
Thanks for the rationale, Jason. My intent was to understand from a classloading and modularity perspective. Cheers, Rahul Jason van Zyl wrote: On 26-Feb-08, at 6:29 PM, Rahul Thakur wrote: On a related note, I have always wondered why Maven was not using OSGi underneath? Because i

Re: trunk & shading

2008-02-27 Thread [EMAIL PROTECTED]
>>> >>> The reason for this is that commons-logging in the root >>> classloader makes plugins unhappy (and the error reporting seems >>> to be swallowed now) Just out of curiosity, what version of commons-logging was in use? Version 1.1 and above should not throw an exception unde