My project has multiple modules, one of them packages my webapp as ear.
My parent project has an assembly descriptor to build a tar from artifacts +
some script files

If I run "mvn assembly:assembly" I get a strange error about my ear having
no file attached :

[INFO] Failed to create assembly: Artifact:
com.capgemini.vpc:vpc-application:ear:2.17.00 (included by module) does not
have an artifact with a file. Please ensure the package phase is run before
the assembly is generated.

if I run "mvn package assembly:assembly" the assembly is build as expected,
but packaging occurs twice as assembly:assembly allready force one...

What's wrong ?
Nico.

Reply via email to