Hi all,
I have a Multimodulproject with a Module, which defines the maven-assembly-plugin to pack additional files. As this happens more often in our workspaces, I created a shared descriptor as given at: http://maven.apache.org/plugins/maven-assembly-plugin/examples/sharing-descriptors.html. If I run the project alone, it works and in the assembly phase the shared descriptor artifact is downloaded and the assembly is done. If I start the Multimodulproject, it fails the assembly with the message, that the descriptor can not be found. It also does not download the shared descriptor artifact during the assehmbly phase. Can someone say why this behavior occures ? and why it works for the project itself, but not for the multimodul ? Thanks
