I have a project with three modules. I've set up the modules so that they correctly build their assembly using "mvn assembly:assembly". When I try to invoke assembly:assembly from the project (i.e. parent) directory, it doesn't seem to call that target on the modules. Am I missing something here?
Thanks, Andrew
