That doesn't affect the name of the jar that goes into the maven repo, so the assemblies we build would have clashing jar's.

Alasdair

On 9 Mar 2010, at 19:19, Luciano Resende <[email protected]> wrote:

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