Re: Publish artifacts to Maven central - Mailing list pgsql-jdbc

From Stephen Nelson
Subject Re: Publish artifacts to Maven central
Date
Msg-id CAHpHs3kmCCGDcMV_2LcfehGR5HSqp3C5dOnNUbgCfoOKU+Rytw@mail.gmail.com
Whole thread Raw
In response to Re: Publish artifacts to Maven central  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Publish artifacts to Maven central
List pgsql-jdbc


On 4 Apr 2013 13:12, "Dave Cramer" <pg@fastcrypt.com> wrote:
>
> Tom,
>
> Yes, I had been struggling with naming conventions.
>
> I would have liked it to go into org/postgreql/jdbc/postgresql-JDBC4-1002.jar
>
> However it appears maven forces 
>
> org/postgresql/postgresql/postgresql-JDBC4-1002.jar
>
> I can probably publish the former today.
>
> Dave
>
> Dave Cramer
>
> dave.cramer(at)credativ(dot)ca
> http://www.credativ.ca
>
>

From a Maven developers point of view they're not worried about the directory structure as they just specify group id, artifact id and version in the pom.xml. So you just need to come up with reasonable parameters for each of those.

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Publish artifacts to Maven central
Next
From: Tom Dunstan
Date:
Subject: Re: Publish artifacts to Maven central