On Wed, Sep 24, 2008 at 12:05 PM, Sam Wilson <[EMAIL PROTECTED]> wrote:

> Unfortunately it does not seem as though there is a way to attach this
> assembly plugin to the root-pom project's lifecycle in such a way that it
> will be run after all the child modules have been produced. So I am stuck
> having to run this as a separate goal on the command-line. That's not a
> terrible issue, but it just feels unclean.

If you put the assembly in an additional child module, its
dependencies on other modules will naturally mean that it runs last.
You can use a goal that makes it part of the build, for example
'attached' or 'single'.

There is an example in the Continuum build [1] where the
continuum-jetty module builds the final assemblies.

[1] http://svn.apache.org/repos/asf/continuum/trunk/

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to