On Tue, Aug 17, 2010 at 10:23 AM, Nicola Musatti
<[email protected]> wrote:
>> project-X.Y.Z-customer-A>>
>
> This looks like a sensible approach, but I'm not sure which part should be
> the artifactId and which should be the version, nor if a classifier is
> involved.

artifactId = project
version = X.Y.Z-customer-A
no classifier

This way all the different specialized versions are under one path in
the repository, and in the event that you get two different ones in
the dependency graph, Maven will choose only one.  If you start
changing the artifactId, Maven will see them as completely different
artifacts.

-- 
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to