Hi Pieter,

On Mon, May 11, 2009 at 11:47 AM, Bocalinda <bocali...@gmail.com> wrote:
>
> 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>
>

Yes, that's exactly right. Inside a profile in your super pom.xml.
-jesse

-- 
There are 10 types of people in this world, those
that can read binary and those that can not.

Reply via email to