Hi I'm using the maven assembly plugin to generate the install pachage that contain others sub package each one has his own assembly discriptor, and my projetc is mutli modules!!
my probleme now is that zip files generated gets names with
${architypeName}-${version}-${assemblyId}
how i can customize the name of the assempbly generted files,
Thanks in advance
