Re: Publish artifacts to Maven central

From: Stephen Nelson <stephen(at)eccostudio(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org, Tom Dunstan <pgsql(at)tomd(dot)cc>
Subject: Re: Publish artifacts to Maven central
Date: 2013-04-04 15:22:24
Message-ID: CAHpHs3kmCCGDcMV_2LcfehGR5HSqp3C5dOnNUbgCfoOKU+Rytw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 4 Apr 2013 13:12, "Dave Cramer" <pg(at)fastcrypt(dot)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.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Dunstan 2013-04-04 22:35:26 Re: Publish artifacts to Maven central
Previous Message Dave Cramer 2013-04-04 12:12:22 Re: Publish artifacts to Maven central