Re: latest jdbc driver (9.1-901) in maven repository?

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: David Rees <drees76(at)gmail(dot)com>
Cc: fed <resdev(at)gmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: latest jdbc driver (9.1-901) in maven repository?
Date: 2011-11-18 03:52:21
Message-ID: CA+0W9LOWHzWS7ndy+QZAZ4FvKFQQgdefMMsTmbFAKfGZ9iSiKQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 18 November 2011 16:12, David Rees <drees76(at)gmail(dot)com> wrote:
> On Thu, Nov 17, 2011 at 5:59 PM, Oliver Jowett <oliver(at)opencloud(dot)com> wrote:
>> On 18 November 2011 14:52, fed <resdev(at)gmail(dot)com> wrote:
>>> I don't find the latest jdbc driver (9.1-901) on maven repository, the
>>> last one on the repository is the 9.0-801.jdbc4, do you plan to update
>>> it?
>>
>> What is the usual process that Maven users go through to update the
>> repository for a project that doesn't itself use maven?
>
> Here's the process to upload a 3rd party artifact to maven central:
>
> https://docs.sonatype.org/display/Repository/Uploading+3rd-party+Artifacts+to+The+Central+Repository

Thanks. A quick read there and it seems like the policy is that either
the project publishes directly (which seems to be quite an involved
process to set up), or a 3rd party uses the 3rd party upload system;
but they don't want project releases using the 3rd party upload system
as a publication system.

So it looks like your options are:

1) do a 3rd party upload yourself; or
2) submit patches to the build system so that Kris can easily push
releases to the repository

option 2) is the longer-term fix but it does seem like quite a bit of
work (I'm not even sure if you can do that without putting a maven
build around the existing ant build)

Oliver

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Johann 'Myrkraverk' Oskarsson 2011-11-18 06:03:47 Re: latest jdbc driver (9.1-901) in maven repository?
Previous Message David Rees 2011-11-18 03:12:25 Re: latest jdbc driver (9.1-901) in maven repository?