You could insert this utility executions in profile. e.g.

<profiles>
        <profile>
            <id>whatever</id>
            <build>
                <plugins>
                    <plugin>
                        ...
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

And this plugin will be executed only when this profile is activated.

2010/1/30 Lóránt Pintér <[email protected]>

> How could this be achieved with profiles?
>
> Lóránt
>
> On Fri, Jan 29, 2010 at 21:13, Wayne Fay <[email protected]> wrote:
> >> If this is the way it should work, is there a way to achieve what I
> >> want? I.e. define some utility executions in parent that can be called
> >> in child modules, but independent of other executions.
> >
> > Did you consider profiles for this purpose?
> >
> > Wayne
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Regards,
Alexander

Reply via email to