Upload latest JDBC driver releases to Maven Central

Lists: pgsql-jdbc
From: "Bremer, Gerd" <gerd(dot)bremer(at)coremedia(dot)com>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Upload latest JDBC driver releases to Maven Central
Date: 2010-09-15 12:47:31
Message-ID: AE2A8E488D9B26438919DF3C9C95528D04B37AAB@hermes.coremedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

Hi,

I just subscribed to this list. Does anybody know, if the latest JDBC
drivers (8.4-702, 8.3-606, 8.2-5.11) can be found on Maven Central soon?
Currently I can only find 8.4-701, 8.3-603 and 8.2-507.

BR

Gerd Bremer


From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: "Bremer, Gerd" <gerd(dot)bremer(at)coremedia(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Upload latest JDBC driver releases to Maven Central
Date: 2010-09-15 14:41:51
Message-ID: 4C90DB2F.1000603@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

On 15/09/2010 8:47 PM, Bremer, Gerd wrote:
> I just subscribed to this list. Does anybody know, if the latest JDBC
> drivers (8.4-702, 8.3-606, 8.2-5.11) can be found on Maven Central soon?
> Currently I can only find 8.4-701, 8.3-603 and 8.2-507.

Heh. I didn't realize there'd been a new release, as I didn't see it in
Maven.

I'm interested in knowing how PostgreSQL's maven artifacts are currently
built. Manually? An ant task? Something else?

I'm using Maven heavily, and if nobody working on Pg JDBC is
particularly interested in Maven it's something I'd be interested in
helping out with if needed.

--
Craig Ringer

Tech-related writing at http://soapyfrogs.blogspot.com/


From: "Bremer, Gerd" <gerd(dot)bremer(at)coremedia(dot)com>
To: "Craig Ringer" <craig(at)postnewspapers(dot)com(dot)au>
Cc: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Upload latest JDBC driver releases to Maven Central
Date: 2010-09-20 10:13:59
Message-ID: AE2A8E488D9B26438919DF3C9C95528D04B37F61@hermes.coremedia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

According to https://docs.sonatype.org/display/repository/sonatype+oss+maven+repository+usage+guide#SonatypeOSSMavenRepositoryUsageGuide-7b.StageExistingArtifacts

The following artefacts are required:

* a pom
* a jar
* a javadoc jar
* a sources jar

The pom should be easy to build. The first jar can be downloaded. The sources jar can be build from the tar sources file. Where can I find javadoc jars for the different latest releases? If no one else does, I will prepare those artifacts, create a JIRA issue at sonatype and publish the artifacts.

Gerd

-----Ursprüngliche Nachricht-----
Von: Craig Ringer [mailto:craig(at)postnewspapers(dot)com(dot)au]
Gesendet: Mittwoch, 15. September 2010 16:42
An: Bremer, Gerd
Cc: pgsql-jdbc(at)postgresql(dot)org
Betreff: Re: [JDBC] Upload latest JDBC driver releases to Maven Central

On 15/09/2010 8:47 PM, Bremer, Gerd wrote:
> I just subscribed to this list. Does anybody know, if the latest JDBC
> drivers (8.4-702, 8.3-606, 8.2-5.11) can be found on Maven Central soon?
> Currently I can only find 8.4-701, 8.3-603 and 8.2-507.

Heh. I didn't realize there'd been a new release, as I didn't see it in
Maven.

I'm interested in knowing how PostgreSQL's maven artifacts are currently
built. Manually? An ant task? Something else?

I'm using Maven heavily, and if nobody working on Pg JDBC is
particularly interested in Maven it's something I'd be interested in
helping out with if needed.

--
Craig Ringer

Tech-related writing at http://soapyfrogs.blogspot.com/