Hi all,

While using the maven-assembly-plugin, I'm always stuck by the fact that if
I do not run the package goal in the same build the assembly plugin
complains with the following message:

Included module: murex.middleware:middleware-gui:jar:3.1 does not have an
artifact with a file. Please ensure the package phase is run before the
assembly is generated.

but when I add the package goal my jars are always built twice, once by the
package goal and once by assembly after the following console output:

[INFO] Preparing assembly:assembly

Did I miss something?

Thanks for your help.

Alexis


ps:
used command lines are
mvn package assembly:assembly
and mvn assembly:assembly

Reply via email to