On Nov 21, 2012, at 3:16 PM, Javier Ortiz <[email protected]> wrote:
> Is there a way to specify the location of the assembly? Sure. https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#outputDirectory > > Can I specify the file's full name instead of the default appending the id > to the project file name? Yep. First, disable appending id (https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#appendAssemblyId). Second, specify https://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html#finalName --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
