I think we need more info. Also, there is no "assembly" phase.

By any chance, are you using Maven 2.x and is using the assembly plugin in
some other module? In that case the problem is likely due to plugin
classpath issues in Maven 2.x - please try Maven 3.

/Anders

On Fri, Jun 10, 2011 at 11:18, Emerson Cod <[email protected]> wrote:

>
>
>
>  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
>
>
>
>
>
>

Reply via email to