On 18 November 2011 16:12, David Rees <drees76@gmail.com> wrote:
> On Thu, Nov 17, 2011 at 5:59 PM, Oliver Jowett <oliver@opencloud.com> wrote:
>> On 18 November 2011 14:52, fed <resdev@gmail.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