Re: svn commit: r630338 - in /maven/plugins/trunk/maven-deploy-plugin: pom.xml src/main/java/org/codehaus/

2008-02-22 Thread Jason van Zyl
That's probably not a good idea as it's a plugin in the default lifecycle which means now that anyone using anything before 2.0.6 is going to get cut off from any improvements. It's really a policy decision but I think it would be a good idea to try and keep the default lifecycle plugins wo

Re: Plexus classloader

2008-02-22 Thread Jason van Zyl
It has the code for populating a classloader, and anything in Maven uses plexus. If you're writing a Maven plugin it uses plexus. What exactly are you trying to do aside from populating a classloader with the classes and dependencies of the current project? On 22-Feb-08, at 1:55 PM, Bengali

[ANN] Maven Stage Plugin 1.0-alpha-1 Released

2008-02-22 Thread Wendy Smoak
The Maven team is pleased to announce the first release of the Maven Stage Plugin, version 1.0-alpha-1. http://maven.apache.org/plugins/maven-stage-plugin/ This plugin assists with staging and promoting releases by allowing you to copy artifacts from one repository to another. It currently suppo

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Ryan Ovrevik
Yeah... seems related (if not the same) to me. Why is specifying a plugin more than once bad? Is there a technical reason? Pushing sections to adjacent phases works but since there are only so many phases it doesn't scale. On Fri, Feb 22, 2008 at 5:04 PM, Carlos Sanchez <[EMAIL PROTECTED]> wrote

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Carlos Sanchez
related to MNG-1701 ? On Fri, Feb 22, 2008 at 1:15 PM, Ryan Ovrevik <[EMAIL PROTECTED]> wrote: > Thanks! You reiterated my thoughts almost exactly. > > Forcing executions into arbitrary adjacent phases will work fine… it > just seems ugly. > > thanks, > rovrevik > > > > On Fri, Feb 22, 2008 a

Re: Plexus classloader

2008-02-22 Thread Bengali Bengali
Thanks for the information, but jetty plugin does not use plexus. I thought of using plexus to execute some class scanning (with compiled classes) in its own classloader. Luc On Fri, Feb 22, 2008 at 9:47 PM, Jason van Zyl <[EMAIL PROTECTED]> wrote: > Look at the Jetty plugin as it has exactly w

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread Ryan Ovrevik
Thanks! You reiterated my thoughts almost exactly. Forcing executions into arbitrary adjacent phases will work fine… it just seems ugly. thanks, rovrevik On Fri, Feb 22, 2008 at 3:35 AM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi Ryan, > > So what you are trying to achieve is control the

Re: Plexus classloader

2008-02-22 Thread Jason van Zyl
Look at the Jetty plugin as it has exactly what you need. On 22-Feb-08, at 12:42 PM, Bengali Bengali wrote: Hi, I am writing my first Maven plugin and i need to load, at package phase, some compiled classes. I was wondering if it was possible to configure plexus's classloader with the follo

Plexus classloader

2008-02-22 Thread Bengali Bengali
Hi, I am writing my first Maven plugin and i need to load, at package phase, some compiled classes. I was wondering if it was possible to configure plexus's classloader with the following ressources: - ${project.build.dir}/classes to be able to load some compiled classes. - all the runtime depend

Re: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-22 Thread Wendy Smoak
On Mon, Feb 18, 2008 at 9:58 PM, Wendy Smoak <[EMAIL PROTECTED]> wrote: > I'd like to do the first release of the Maven Stage Plugin. This > plugin is already being used for Maven releases, and although it has > limited functionality, it seems to be stable. Results: 6 (binding) +1's from PMC m

RE: [VOTE] Release Maven Stage Plugin 1.0-alpha-1

2008-02-22 Thread Brian E. Fox
+1. Worked fine on the archetype release. We need to figure out how to stop the script from prompting and not providing feedback. I had an issue with the repo cause dfaublich has a few files locked. This causes the stage to stop with no message...when you login and run the script by hand you can se

RE: [vote] Take-2 release maven-archetype-plugin-2.0-alpha-2

2008-02-22 Thread Brian E. Fox
Vote passed: +3: Brian, Brett, Jason. -Original Message- From: Brian E. Fox [mailto:[EMAIL PROTECTED] Sent: Monday, February 18, 2008 7:18 PM To: Maven Developers List Subject: [vote] Take-2 release maven-archetype-plugin-2.0-alpha-2 Rerolled to correct the tag and 2 header issues identi

Re: [Result] [vote] Benjamin Bentmann as Maven committer

2008-02-22 Thread Raphaël Piéroni
Welcome Benjamin. -- Raphaël 2008/2/22, Fabrice Bellingard <[EMAIL PROTECTED]>: > Welcome on board Benjamin :-) > > > Fabrice > > > On Fri, Feb 22, 2008 at 11:12 AM, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > > 72h have passed, lots of votes, I hope I won't miss anybody: > > > > PMC: J. va

Re: [continuum] BUILD FAILURE: Maven Deploy Plugin

2008-02-22 Thread Olivier Lamy
Ok thanks for confirmation. I will take a look on it during my next spare time (this evening on local time ;-) ). -- Olivier 2008/2/22, Vincent Siveton <[EMAIL PROTECTED]>: > Hi Olivier, > > 2008/2/22, Olivier Lamy <[EMAIL PROTECTED]>: > > > Hi, > > I have this failure on my laptop too. > >

Re: [continuum] BUILD FAILURE: Maven Deploy Plugin

2008-02-22 Thread Vincent Siveton
Hi Olivier, 2008/2/22, Olivier Lamy <[EMAIL PROTECTED]>: > Hi, > I have this failure on my laptop too. > Someone else have it too ? Same here. It seems that md5/sha1 files are not presents in the local-repo dir. Cheers, Vincent > -- > Olivier > > 8/2/22, [EMAIL PROTECTED] <[EMAIL PROTECTE

Re: Maven Filtering component

2008-02-22 Thread Fabrice Bellingard
Hi Olivier, Sounds good! I'll try to look into that this w-e, to see how to use it in the assembly plugin, which suffers from lots of filtering issues. Fabrice On Tue, Feb 19, 2008 at 10:17 AM, Olivier Lamy <[EMAIL PROTECTED]> wrote: > Hi, > As you know some plugins made some filtering base on

Re: [vote] Release maven-assembly-plugin 2.2-beta-2 and maven-repository-builder 1.0-alpha-2

2008-02-22 Thread Fabrice Bellingard
+1 I still have some critical bugs with the filtering, but let's release this one. I'll try to look into that this w-e, and see how to use the shared filtering component that Olivier Lamy has started to develop. Fabrice On Thu, Feb 21, 2008 at 8:01 PM, John Casey <[EMAIL PROTECTED]> wrote: > Hi

Re: [Result] [vote] Benjamin Bentmann as Maven committer

2008-02-22 Thread Fabrice Bellingard
Welcome on board Benjamin :-) Fabrice On Fri, Feb 22, 2008 at 11:12 AM, Lukas Theussl <[EMAIL PROTECTED]> wrote: > 72h have passed, lots of votes, I hope I won't miss anybody: > > PMC: J. van Zyl, V. Siveton, O. Lamy, J. Casey, B. Porter, B. Fox, D. > Lundberg, A. Heritier, L. Theussl > > Commit

[Result] [vote] Benjamin Bentmann as Maven committer

2008-02-22 Thread Lukas Theussl
72h have passed, lots of votes, I hope I won't miss anybody: PMC: J. van Zyl, V. Siveton, O. Lamy, J. Casey, B. Porter, B. Fox, D. Lundberg, A. Heritier, L. Theussl Committers: R. Goers, M. Kleint, R. Pieroni, D. Fabulich, R. Thakur, F. Bellingard, N. de Loof, M. Talevi, A. Williams Welcome

Re: new articles about Maven

2008-02-22 Thread Raphaël Piéroni
Thanks, It was interresting lecture. I will try it on co-workers that only know Maven by name. Raphaël 2008/2/22, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: > > Hi, > > I have found on your site note about droping an email when writing article > about Maven. > > I'm writing series of tutorials o

Re: Configuration not selected properly when a plugin is specified multiple times in the pom.

2008-02-22 Thread [EMAIL PROTECTED]
Hi Ryan, So what you are trying to achieve is control the ordering of executions within a single phase? Ie you want: Phase X: (1) plugin A (2) plugin B (3) plugin A again Yes, I think this is not currently possible to achieve with blocks. There is some discussion about provid

new articles about Maven

2008-02-22 Thread blog
Hi, I have found on your site note about droping an email when writing article about Maven. I'm writing series of tutorials on Maven 2. You can find them at http://blue-river.net If you'll find somethink not correct just contact me. Using simpler descriptive language when describing MAven usa