and e.jar.  I tried to create a master script in A with modules for b
and e and then master scripts in B and E with modules of c,d and f,g,h,
respectively.  However, C, D, and F,G,H don't have targets, so I wasn't
sure how to proceed at that level.  Thanks for reading through this.

You should be able to do what you are suggesting.

I don't use moduleSets, I have always used dependencySets. I'm not
saying you can't get moduleSets to work, it is just I have not got my
head around them and dependencySets have worked just fine for me so
far.

Check out http://www.nabble.com/forum/ViewPost.jtp?post=5936062&framed=y

This should explain enough to get you going.

You will probably find that because your parent projects are packaged
as "pom"s (as they must be in order to have modules) that you will
need to manually bind the assembly plugin to a phase.  Remember you
will need to use the "single" goal as both attached and assembly dont
work in a reactor environment.

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

Reply via email to