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
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
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
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
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
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
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
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
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
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
+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
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
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
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.
> >
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
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
+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
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
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
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
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
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
22 matches
Mail list logo