Re: [REPOST] Maven2 repo : m1 plugins with .plugin extension !?

2006-11-15 Thread Carlos Sanchez
I think the code that does the conversion is now from archiva. Jason can confirm this On 11/16/06, Nicolas DE LOOF <[EMAIL PROTECTED]> wrote: I'd like to create an MPA issue for this, but there's no MPA choice on JIRA "create issue" page. Is this jira category only for maven developer use ? Cou

Re: [REPOST] Maven2 repo : m1 plugins with .plugin extension !?

2006-11-15 Thread Nicolas DE LOOF
I'd like to create an MPA issue for this, but there's no MPA choice on JIRA "create issue" page. Is this jira category only for maven developer use ? Could you please enter an issue for me ? Nico. Nicolas DE LOOF a écrit : Got no reply to solve this issue : On maven2 public repository, mav

Re: New tools for testing (mostly integration-testing) Maven plugins

2006-11-15 Thread John Casey
Sorry, that URL is: http://people.apache.org/~jdcasey/maven-plugin-test-tools (Hopefully I didn't just fat-finger that twice in 5 minutes... :-) -j On 11/16/06, John Casey <[EMAIL PROTECTED]> wrote: Hi everyone, I wanted to take a second and direct your attention to a new library I'm workin

New tools for testing (mostly integration-testing) Maven plugins

2006-11-15 Thread John Casey
Hi everyone, I wanted to take a second and direct your attention to a new library I'm working on in the Maven sandbox. I'm calling it maven-plugin-test-tools, and it's meant to make the process of integration-testing a Maven plugin much simpler, using test builds. This idea has been implemented i

Re: Publishing schemas

2006-11-15 Thread Wendy Smoak
On 11/3/06, Brett Porter <[EMAIL PROTECTED]> wrote: On 04/11/2006, at 1:29 AM, Wendy Smoak wrote: > I found .../xsd after I wrote the original note. If that's the > correct place, then we can remove the ones directly under > /www/maven.apache.org and add links to the actual files in .../xsd.

Re: patch for surefire plugin to make it more Eclipse-friendly

2006-11-15 Thread Raif S. Naffah
hello Brian, On Thursday 16 November 2006 10:30, Brian E. Fox wrote: > Your best bet is to write an issue here: > http://jira.codehaus.org/browse/MSUREFIRE and attach your patch. This > way it won't get lost. done! thanks + cheers; rsn pgpF0CAO

Re: Closing bugs [was Re: siteDirectory and site.xml]

2006-11-15 Thread Brett Porter
On 16/11/2006, at 3:25 AM, Richard van der Hoff wrote: Just my opinion here, but it seems wrong to 'close' a bug when there's no release on the horizon, because: (a) it might be closed to you, but if the fix depends on maven 2.1 it's as good as useless to real-world users. I think that you'

[jira] Subscription: Outstanding Repository Maintenance: Uploads

2006-11-15 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Uploads (40 issues) Subscriber: mavendevlist Key Summary MAVENUPLOAD-1235XOM 1.0 http://jira.codehaus.org/browse/MAVENUPLOAD-1235 MAVENUPLOAD-1234Please upload EZMorph-0.9 http://jira.codehaus.org/brows

[jira] Subscription: Outstanding Repository Maintenance: Evangelism

2006-11-15 Thread jira
Issue Subscription Filter: Outstanding Repository Maintenance: Evangelism (34 issues) Subscriber: mavendevlist Key Summary MEV-459 Velocity should not depend on Velocity-dep http://jira.codehaus.org/browse/MEV-459 MEV-451 pom for xmlbeans:xbean:2.2 http://j

RE: patch for surefire plugin to make it more Eclipse-friendly

2006-11-15 Thread Brian E. Fox
Your best bet is to write an issue here: http://jira.codehaus.org/browse/MSUREFIRE and attach your patch. This way it won't get lost. -Original Message- From: Raif S. Naffah [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:59 PM To: dev@maven.apache.org Subject: patch for s

patch for surefire plugin to make it more Eclipse-friendly

2006-11-15 Thread Raif S. Naffah
hello there, the attached patch checks first if the 'test' env-var value ends with ".java" or not before constructing the reg-exp for single/specific tests. with this patch, Eclipse users can select a test and run one external tool similar to the following: cheers; rsn Index: /exp

issue MWAR-9 and PLX-158

2006-11-15 Thread Yann Albou
It exists an issue for the war plugin (MWAR-9) that seems to depend on PLX-158. As we are stuck with those issues could someone help on this? Do you know if it could be solve with maven 2.0.5? FYI there are 34 votes for issue MWAR-9 Thanks Yann.

Re: [M2] Maven logo?

2006-11-15 Thread nhb
Hi, Wanted to just go ahead and introduce myself formally on the list. I've previously worked with some of the Maven team on the publishing of the "Better Builds w/ Maven" book, and with some of the logo development for Maven, Continuum and recently Archiva. So, I was wondering if anyone else i

Re: Closing bugs [was Re: siteDirectory and site.xml]

2006-11-15 Thread Dennis Lundberg
Richard van der Hoff wrote: Dennis Lundberg wrote: Graham Leggett wrote: Dennis Lundberg wrote: >>> [MSITE-91] There has not been any official release of the site-plugin yet, that incorporates this fix. You can build the plugin yourself from source, by downloading it from SVN. Then you

Re: Question about release of Release

2006-11-15 Thread Mark Hobson
On 15/11/06, Gabriele Contini <[EMAIL PROTECTED]> wrote: We are currently facing this problem : -we have about 50 modules with various level of dependencies -developers need to work using module SNAPSHOTs - the release plugin requires RELEASE dependencies - we really cannot modify every pom by ha

Re: Question about release of Release

2006-11-15 Thread Gabriele Contini
We are currently facing this problem : -we have about 50 modules with various level of dependencies -developers need to work using module SNAPSHOTs - the release plugin requires RELEASE dependencies - we really cannot modify every pom by hand at every change So we decided to use version ranges, a

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread Wendy Smoak
On 11/15/06, McNaught, Duncan <[EMAIL PROTECTED]> wrote: I'm still not getting the propget command to work (svn propget svn:externals) - it just returns blank. Do I need to change my svn preferences, or run it from somewhere other than maven-2.0.x? It's working; there are no externals defined

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread McNaught, Duncan
Wendy, Thanks for updating that page. I followed the instructions and it produced the binary distribution with no problems. I'm still not getting the propget command to work (svn propget svn:externals) - it just returns blank. Do I need to change my svn preferences, or run it from somewhere oth

How to include custom reports from "pom" packaging

2006-11-15 Thread Prasad Kashyap
I have a custom reporting plugin. It generates a surefire-report for projects whose packaging is set to "pom". (sort of a custom aggregator). I want it's reports to be generated and included along with the other "Project Reports" when I run 'mvn site'. I tried putting the plugin in section but

Re: Build Error: building 2.0.5 from guide-building-m2.html

2006-11-15 Thread Wendy Smoak
On 11/14/06, McNaught, Duncan <[EMAIL PROTECTED]> wrote: I'm building mvn 2.0.5 for the fix: http://jira.codehaus.org/browse/MNG-1908 I'm following the instructions at http://maven.apache.org/guides/development/guide-building-m2.html Duncan, the instructions for building the 2.0 branch have b

Closing bugs [was Re: siteDirectory and site.xml]

2006-11-15 Thread Richard van der Hoff
Dennis Lundberg wrote: Graham Leggett wrote: Dennis Lundberg wrote: >>> [MSITE-91] There has not been any official release of the site-plugin yet, that incorporates this fix. You can build the plugin yourself from source, by downloading it from SVN. Then you just run "mvn install". You al

RE: [appfuse-dev] War plugin overlays: New plugin to handle transitive dependencies

2006-11-15 Thread Brian E. Fox
We do it quite extensively now. The problem is that I'm now dependent on an alpha war plugin that doesn't have the timestamp logic. I use the dependency:unpack goal to unpack the artifacts in a known order (to control order of inheritence) into the war folder before the war plugin starts. Then the

Re: [appfuse-dev] War plugin overlays: New plugin to handle transitive dependencies

2006-11-15 Thread Michael Horwitz
It would be nice! In AppFuse only one war is ever overlayed. I am guessing here, but would imagine that projects that overlay more than one war will be pretty rare. For AppFuse it would be sufficient to prioritise the local files over those coming in from the overlay, which is a good deal simpler

RE: [appfuse-dev] War plugin overlays: New plugin to handle transitive dependencies

2006-11-15 Thread Brian E. Fox
I think it's also necessary to allow control over the ordering of the overlay. Otherwise it's kinda random based on the way the dependencies are resolved isn't it? -Original Message- From: Matt Raible [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 1:56 PM To: [EMAIL PROTECTE