On Tue, Mar 9, 2010 at 11:06 AM, Alasdair Nottingham <[email protected]> wrote:
> Maven insists on naming the jar artifactid-version.jar since we wanted our
> jars to follow the bundle_symolicname-version.jar convention it forces
> duplication in the artifact id.
>
> This is why I was asking if we could get the jar name to be generated from
> the group and artifact id on IRC last week.
>
> Alasdair
>
> On 9 Mar 2010, at 18:49, Kevan Miller <[email protected]> wrote:
>

Have you tried specifying/forcing a given filename in the pom like the
example below ?

<build>
       <finalName>something</finalName>
</build>


-- 
Luciano Resende
http://people.apache.org/~lresende
http://twitter.com/lresende1975
http://lresende.blogspot.com/

Reply via email to