OK, I should have kept plugging away. Specifying an empty artifactId in the assembly descriptor achieves this.
I was certain that it didn't use to though. William > -----Original Message----- > From: William Ferguson [mailto:[EMAIL PROTECTED] > Sent: Thursday, 28 February 2008 8:38 AM > To: Maven Users List > Subject: Specifying fileName for assembly-plugin > > 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] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]