Re: [jira] Created: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-08 Thread Dennis Lundberg
David Jencks wrote: On Jun 8, 2006, at 12:57 PM, Jeremy Boynes wrote: Any comments on this issue or patch? Is it possible to have it applied? Doesn't the lack of this functionality pretty much preclude the use of m2 to build jars that can be released by apache? Maybe I don't understand t

[result] Re: [vote] Dennis Lundberg as a Maven Plugins committer

2006-06-08 Thread Brett Porter
12 x +1 Welcome, Dennis! - Brett Brett Porter wrote: Dennis is already a committer over at Jakarta Commons and has been doing a good job submitting patches to Maven plugins and documentation, and has been hanging around here for the longest time. I propose we give him commit access to apply

Re: Eclipse/OSGi and Maven 2

2006-06-08 Thread Brett Porter
It's totally possible, but you're probably going to need a custom Maven installation at this point. - Brett Wendell Beckwith wrote: I recently raised from the dead the previous talk about mavenizing the development of eclipse (or rather OSGi bundles) plugins, The thread can be seen here, htt

Re: jar docs

2006-06-08 Thread Brett Porter
I'm wary of pushing up the latest site since it has new goals and that traditionally causes confusions. Any thoughts on the best way to go about it? I'd certainly like to see it get another release "real soon now" anyway. Mike Perham wrote: Could someone update the jar plugin site? It's 7-8

Re: Removing default manifest entries

2006-06-08 Thread Brett Porter
I think this was compatible with how it had been done in Maven 1. - Brett Mike Perham wrote: I'm working on MJAR-38 and I don't like how Maven adds some arbitrary manifest entries. Specifically I'm referring to Specification-Title and Specification-Vendor. The patch for this issue allows the

Re: granting Jesse karma for the repository manager

2006-06-08 Thread Brett Porter
Done. Brett Porter wrote: Hi, Jesse M (already a plugins committer), has pinged me off list saying he has some changes to the repository manager that he'd like to commit. Rather than going through patches, I'd like to suggest we increase his karma. We need more people working on it :) Chee

[jira] Subscription: Design & Best Practices

2006-06-08 Thread jira
Issue Subscription Filter: Design & Best Practices (34 issues) Subscriber: mavendevlist Key Summary MNG-612 implement conflict resolution techniques http://jira.codehaus.org/browse/MNG-612 MNG-1508Need a process-test-classes phase http://jira.codehaus.org/b

Re: [jira] Created: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-08 Thread Jeremy Boynes
David Jencks wrote: > > On Jun 8, 2006, at 12:57 PM, Jeremy Boynes wrote: > >> Any comments on this issue or patch? Is it possible to have it applied? > > > Doesn't the lack of this functionality pretty much preclude the use of > m2 to build jars that can be released by apache? Maybe I don'

Re: [jira] Created: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-08 Thread David Jencks
On Jun 8, 2006, at 12:57 PM, Jeremy Boynes wrote: Any comments on this issue or patch? Is it possible to have it applied? Doesn't the lack of this functionality pretty much preclude the use of m2 to build jars that can be released by apache? Maybe I don't understand the issues but I do

Eclipse/OSGi and Maven 2

2006-06-08 Thread Wendell Beckwith
I recently raised from the dead the previous talk about mavenizing the development of eclipse (or rather OSGi bundles) plugins, The thread can be seen here, http://dev.eclipse.org/mhonarc/lists/pde-build-dev/maillist.html. My question for the devs is that if we need to modify m2's dependency reso

Re: [jira] Created: (MJAR-42) Add LICENCE and NOTICE files to the jar

2006-06-08 Thread Jeremy Boynes
Any comments on this issue or patch? Is it possible to have it applied? Thanks -- Jeremy Jeremy Boynes (JIRA) wrote: > Add LICENCE and NOTICE files to the jar > --- > > Key: MJAR-42 > URL: http://jira.codehaus.org/browse/MJAR-42 > Project

Re: Running a mojo inside from another mojo

2006-06-08 Thread Mikko Levonmaa
>>On 6/8/06, Mikko Levonmaa <[EMAIL PROTECTED]> wrote: >> Hi guys, >> >> I'm tryin gto develop a plugin that will fiddle around with the >artifact >> produced by the assembly plugin. I can run the AsseblyMojo inside >> MyMojo, but how would I go about configuring the AssemblyMojos >parameters? >> >

Re: Running a mojo inside from another mojo

2006-06-08 Thread jerome lacoste
On 6/8/06, Mikko Levonmaa <[EMAIL PROTECTED]> wrote: Hi guys, I'm tryin gto develop a plugin that will fiddle around with the artifact produced by the assembly plugin. I can run the AsseblyMojo inside MyMojo, but how would I go about configuring the AssemblyMojos parameters? Or am I going about

Re: Custom dom4j and velocity on ibiblio?

2006-06-08 Thread Carlos Sanchez
yes On 6/8/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: You mean groupId=maven, artifactId=dom4j-1.7-20060507 or something like that? -Lukas Carlos Sanchez wrote: > Well, as far as they go under the maven group should be ok. the only > problem I think is the confusion, so description in pom sh

building plexus based apps with jetty6

2006-06-08 Thread Brett Porter
Hi, Just a note for those interested in the repository manager, and I guess Continuum trunk - if you are using jetty6 beta-12 or above, you need to run this instead: mvn jetty6:run -Dorg.mortbay.jetty.webapp.parentLoaderPriorty=true (Typo is deliberate) There was a change in beta-12 where t

Running a mojo inside from another mojo

2006-06-08 Thread Mikko Levonmaa
Hi guys, I'm tryin gto develop a plugin that will fiddle around with the artifact produced by the assembly plugin. I can run the AsseblyMojo inside MyMojo, but how would I go about configuring the AssemblyMojos parameters? Or am I going about this the wrongway ;) regards, Mikko