Now Maven is calling the assembly plugin in each module. It then fails
because there is no
package-all.xml in the module src tree (package-all.xml lives in the
parent src).

Is this the expected behaviour?

Probably, because your modules all specify this pom as the parent right?
So it gets inherited.

You probably want to move the packaging stuff out into its own project
so that the parent pom does not have inherited values and local
values.

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

Reply via email to