Publish artifacts to Maven central

From: Stephen Nelson <stephen(at)eccostudio(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Publish artifacts to Maven central
Date: 2012-10-30 15:53:37
Message-ID: CAHpHs3nXCmB=FBVtVUpfd4jqckF0s3gZ3pegw-tibthqBe-E_g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Fri, Oct 26, 2012 at 7:54 AM, Craig Ringer <ringerc(at)ringerc(dot)id(dot)au> wrote:
> It really would. I've had it on my to-do for ages, but I haven't done
> much with Ant and I was concerned about getting the build right for the
> different versions.
>

Yeah, I finding that to be the slightly more involved part. To get
accepted to Maven Central I think you need to supply a jar with
javadoc and one with the sources. Looking at the current build there's
different source code included depending on the JDBC version you're
building for.

The question I have is should this current build script handle the
building of both versions, or will the script itself be called twice -
once for each JDBC version? It could be done either way I think, but I
guess this will need to hook into the other automated build discussion
happening on another thread so that things work together.

> --
> Craig Ringer
>
>

--
Stephen Nelson

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-10-30 16:03:46 Re: Publish artifacts to Maven central
Previous Message dmp 2012-10-30 15:07:34 Re: TableName