I have a maven multiple-module project, which is giving me headaches in the assembly:assembly phase.
I have a module which has an assembly defined in it which works fine when I invoke mvn assembly:assembly using that pom.
The problems start when I go up one level to the parent pom and invoke assembly:assembly ... everything goes fine until the last step when I get "Reason: Error reading assemblies: No assembly descriptors found." pointing to the parent.pom where I nothing other than a list of the modules in the project.
Any suggestions (I have tried google and general debugging with -e) ?
Thanks Andy