Is it possible to generate an assembly whose filename does not get the artifactId appended to the end of the finalName?
Eg the following config generates myproject-domain.zip (domain being the artifactId in the assembly descriptor). <configuration> <finalName>myproject</finalName> <descriptors> <descriptor>src/main/assembly/domain.xml</descriptor> </descriptors> </configuration> I'd like to be able to exactly specify the name of the generated assembly. I've tried specifying an empty classifier but specifying classifier in the plugin config seems to get ignored. William --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]