Hi,

I have a question regarding optimizing my use of the assembly plugin.

I have a build structure like
/
-api
-assembly/
-impl/
-demos/
    -demo1
    ...
    -demoN
    -demoAssembly

a regular "mvn clean install" now  builds, api, impl and all the demos.

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 ?

Thx!
Matthias

-- 
Matthias Wessendorf

further stuff:
blog: http://matthiaswessendorf.wordpress.com/
sessions: http://www.slideshare.net/mwessendorf
mail: matzew-at-apache-dot-org

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

Reply via email to