Hi Jesse,

What exactly do you mean by "attachment to a life cycle phase"?
You mean like this:

                        <executions>
                            <execution>
                                <id>start-container</id>
                                <phase>pre-integration-test</phase>
                                <goals>
                                    <goal>start</goal>
                                    <goal>deploy</goal>
                                </goals>
                            </execution>
                            <execution>
                                <id>stop-container</id>
                                <phase>post-integration-test</phase>
                                <goals>
                                    <goal>stop</goal>
                                </goals>
                            </execution>
                        </executions>


P.D. Thanks for creating the JIRA case, would definitely be useful!

Cheers,

Pieter

2009/5/11 <[email protected]>

> Hi Bocalinda,
>
> On Mon, May 11, 2009 at 11:28 AM, Bocalinda <[email protected]> wrote:
> >
> > Glad I'm not the only one who is trying such thing.
> > Great solution you just gave me, I hope this works for me as well.
> >
> > Big thanks!
>
> You picked up on it, but, just to clearly state it this time (as I
> didn't previously), the profile would contain the configuration and
> attachment to a life cycle phase, of the Cargo plugin.
>
> Also, I've gone ahead and created a new JIRA[1] for the profile
> activation by packaging type I mentioned before. I found where I
> commented inside another JIRA[2], but this is worthy of its own
> ticket.
>
>  [1] http://jira.codehaus.org/browse/MNG-4154
>  [2] http://jira.codehaus.org/browse/MNG-1753
>
> You're welcome, :-)
> -jesse
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to