Re: Defining a custom lifecycle

2007-08-04 Thread Arnaud Bailly
"Brian E. Fox" <[EMAIL PROTECTED]> writes: > Take a look at the maven-archetypeng-plugin (currently in mojo/sandbox) in > the plugin piece you will see the lifecycles. > Thanks for the pointer. As already said, the net conclusion is that one can define its own lifecycle, with mojo bindings as sh

RE: Defining a custom lifecycle

2007-08-03 Thread Brian E. Fox
Take a look at the maven-archetypeng-plugin (currently in mojo/sandbox) in the plugin piece you will see the lifecycles. -Original Message- From: Arnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 10:52 AM To: Maven Developers List Subject: Re: Defining a custom

RE: Defining a custom lifecycle

2007-08-03 Thread Sebastien Brunot
rnaud Bailly [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 5:28 PM To: Maven Developers List Subject: Re: Defining a custom lifecycle Paul Gier <[EMAIL PROTECTED]> writes: > I believe those lifecycles are defined under the maven lifecycle > component here: > https://svn.ap

RE: Defining a custom lifecycle

2007-08-03 Thread Sebastien Brunot
nt: Friday, August 03, 2007 2:57 PM To: Maven Developers List Subject: RE: Defining a custom lifecycle The most relevant documentation found on the life cycle customization, so far have been both Maven's book : http://www.sonatype.com/book/lifecycle.html http://www.devzuz.com/web/guest/pro

Re: Defining a custom lifecycle

2007-08-03 Thread Arnaud Bailly
Paul Gier <[EMAIL PROTECTED]> writes: > I believe those lifecycles are defined under the maven lifecycle > component here: > https://svn.apache.org/repos/asf/maven/components/trunk/maven-lifecycle/src/main/mdo/maven-lifecycle.mdo > > But I don't think that really helps your issue. > Thanks, I was

Re: Defining a custom lifecycle

2007-08-03 Thread Paul Gier
Arnaud Bailly wrote: Jason van Zyl <[EMAIL PROTECTED]> writes: I'll try to decouple a few examples for you next week. Where we have customization of the default lifecycle (what you call a mapping), and a new lifecycle like the the site and clean lifecycles. They all work, you're probably ju

Re: Defining a custom lifecycle

2007-08-03 Thread Arnaud Bailly
Jason van Zyl <[EMAIL PROTECTED]> writes: > I'll try to decouple a few examples for you next week. Where we have > customization of the default lifecycle (what you call a mapping), and > a new lifecycle like the the site and clean lifecycles. > > They all work, you're probably just getting tripped

Re: Defining a custom lifecycle

2007-08-03 Thread Jason van Zyl
I'll try to decouple a few examples for you next week. Where we have customization of the default lifecycle (what you call a mapping), and a new lifecycle like the the site and clean lifecycles. They all work, you're probably just getting tripped up on a detail and the only documentation is

Re: Defining a custom lifecycle

2007-08-03 Thread Arnaud Bailly
Jason van Zyl <[EMAIL PROTECTED]> writes: > On 3 Aug 07, at 8:51 AM 3 Aug 07, Sebastien Brunot wrote: > >> Hey, great news ! >> >> Any pointer to a documentation for this, or to an entry point class >> in the source code ? >> > > Here's a full example: > > http://svn.codehaus.org/plexus/plexus-app

Re: Defining a custom lifecycle

2007-08-03 Thread Jason van Zyl
hanks for your help, Sebastien -Original Message- From: Jason van Zyl [mailto:[EMAIL PROTECTED] Sent: Friday, August 03, 2007 1:57 PM To: Maven Developers List Subject: Re: Defining a custom lifecycle On 2 Aug 07, at 9:22 AM 2 Aug 07, Arnaud Bailly wrote: "Sebastien Brunot" &l

RE: Defining a custom lifecycle

2007-08-03 Thread Cabasson Denis
'origine- > De : Sebastien Brunot [mailto:[EMAIL PROTECTED] > Envoyé : vendredi 3 août 2007 14:52 > À : Maven Developers List > Objet : RE: Defining a custom lifecycle > > Hey, great news ! > > Any pointer to a documentation for this, or to an entry point > class i

RE: Defining a custom lifecycle

2007-08-03 Thread Sebastien Brunot
: Defining a custom lifecycle On 2 Aug 07, at 9:22 AM 2 Aug 07, Arnaud Bailly wrote: > "Sebastien Brunot" <[EMAIL PROTECTED]> writes: > >> Am I asking the question to the good mailing list ? Should it be >> asked to the user mailing list instead ? >> >

Re: Defining a custom lifecycle

2007-08-03 Thread Arnaud Bailly
Jason van Zyl <[EMAIL PROTECTED]> writes: > On 2 Aug 07, at 9:22 AM 2 Aug 07, Arnaud Bailly wrote: > >> "Sebastien Brunot" <[EMAIL PROTECTED]> writes: >> >>> Am I asking the question to the good mailing list ? Should it be >>> asked >>> to the user mailing list instead ? >>> >> >> Sure, this is th

Re: Defining a custom lifecycle

2007-08-03 Thread Jason van Zyl
On 2 Aug 07, at 9:22 AM 2 Aug 07, Arnaud Bailly wrote: "Sebastien Brunot" <[EMAIL PROTECTED]> writes: Am I asking the question to the good mailing list ? Should it be asked to the user mailing list instead ? Sure, this is the right ML. Part of the answer may be here: http://jira.codehaus

Re: FW: Defining a custom lifecycle

2007-08-02 Thread Arnaud Bailly
"Sebastien Brunot" <[EMAIL PROTECTED]> writes: > Thanks for this link arnaud, it answers my question. I think I'm gonna have a > look at workflow engines to use instead of maven. > You are welcome. Anyway, maven is just a kind of workflow engine. I am not aware of your particular use case, but

RE: FW: Defining a custom lifecycle

2007-08-02 Thread Sebastien Brunot
e: FW: Defining a custom lifecycle "Sebastien Brunot" <[EMAIL PROTECTED]> writes: > Am I asking the question to the good mailing list ? Should it be asked > to the user mailing list instead ? > Sure, this is the right ML. Part of the answer may be here: http://jira.co

Re: FW: Defining a custom lifecycle

2007-08-02 Thread Arnaud Bailly
"Sebastien Brunot" <[EMAIL PROTECTED]> writes: > Am I asking the question to the good mailing list ? Should it be asked > to the user mailing list instead ? > Sure, this is the right ML. Part of the answer may be here: http://jira.codehaus.org/browse/MNG-1950 In short: you can't without hackin

RE: Defining a custom lifecycle

2007-08-02 Thread Cabasson Denis
... Denis. > -Message d'origine- > De : Sebastien Brunot [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 2 août 2007 13:53 > À : Maven Developers List > Objet : RE: Defining a custom lifecycle > > Thanks for your help Milos. > > I had seen in the maven documentation t

RE: Defining a custom lifecycle

2007-08-02 Thread Sebastien Brunot
ssage- From: Milos Kleint [mailto:[EMAIL PROTECTED] Sent: Thursday, August 02, 2007 11:23 AM To: Maven Developers List Subject: Re: Defining a custom lifecycle you can definitely create your own lifecycle phase mappings. see http://svn.mojo.codehaus.org/mojo/trunk/mojo/nbm-maven-plugin for ex

Re: Defining a custom lifecycle

2007-08-02 Thread Milos Kleint
you can definitely create your own lifecycle phase mappings. see http://svn.mojo.codehaus.org/mojo/trunk/mojo/nbm-maven-plugin for example. not surewhere to point to to define custom phases. Milos On 8/1/07, Sebastien Brunot <[EMAIL PROTECTED]> wrote: > Hi all, > > Is it possible to develop a plu

FW: Defining a custom lifecycle

2007-08-02 Thread Sebastien Brunot
: dev@maven.apache.org Subject: Defining a custom lifecycle Hi all, Is it possible to develop a plugin that defines a custom type of artifact (a "test campaign" in our case), a custom lifecycle (with, for examples, phases such as "pre-start-servers", "start-servers&quo

Defining a custom lifecycle

2007-08-01 Thread Sebastien Brunot
Hi all, Is it possible to develop a plugin that defines a custom type of artifact (a "test campaign" in our case), a custom lifecycle (with, for examples, phases such as "pre-start-servers", "start-servers", "post-start-servers", "pre-initialize-environment", "initialize-environment", etc...) and