Re: maven assembly plugin not recognizing

2017-03-08 Thread Bikramjit Singh
l be included in the filename. > > Paul > > -Original Message- > From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On > Behalf Of Anders Hammar > Sent: Tuesday, March 07, 2017 10:44 PM > To: Maven Users List > Subject: Re: maven assembly

RE: maven assembly plugin not recognizing

2017-03-08 Thread Paul Munsey
file's id will be included in the filename. Paul -Original Message- From: anders.g.ham...@gmail.com [mailto:anders.g.ham...@gmail.com] On Behalf Of Anders Hammar Sent: Tuesday, March 07, 2017 10:44 PM To: Maven Users List Subject: Re: maven assembly plugin not recognizing

Re: maven assembly plugin not recognizing

2017-03-07 Thread Anders Hammar
There is no finalName config parameter for the single goal, see [1]. I suggest that you use appendAssemblyId, which is the intended usage. [1] http://maven.apache.org/plugins/maven-assembly-plugin/single-mojo.html /Anders On Tue, Mar 7, 2017 at 11:48 PM, Bikramjit Singh