On Dec 4, 2007 6:16 AM, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:

> To get the assemblies, I have to do (currently) two things:
> mvn clean install -Pgenerate-assembly
> (since I have a profile for the "assembly modules"),
>
> cd assembly
> mvn assembly:assembly
>
> cd demo/demoAssembly
> mvn assembly:assembly
>
> I know, that I can move the "assembly modules" to the default, but how
> to ensure, that
> the two "mvn assembly:assembly" calls where made as well ?

Take a look at "Building an assembly as part of the build lifecycle"
here, and try the "attached" goal:
http://maven.apache.org/plugins/maven-assembly-plugin/usage.html

-- 
Wendy

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

Reply via email to