Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jgit-dev] Maven Repositories

2010/7/7 Shawn O. Pearce <spearce@xxxxxxxxxxx>
Alin Dreghiciu <adreghiciu@xxxxxxxxx> wrote:
>
> Is there something that can be done to get latest builds into maven
> repository?

This thread started because Jason wants to help us get into Maven
Central...  IIRC the problem right now is, we can't rsync the
download directory from eclipse.org, so Jason can't just import
us into Maven Central, he has no way to traverse our directory and
discover the artifacts.

> As I can see from the metadata latest version deployed
> there is 0.8.4. Can we get 0.9.0-SNAPSHOT also?

We currently don't publish nightly builds, and unfortunately our
Hudson job [1] isn't exporting all of the files.  Chris, can we do
an automated job to copy the latest good build over to a nightly
Maven directory once a day?

[1] https://build.eclipse.org/hudson/job/jgit/

I think  https://build.eclipse.org/hudson/job/jgit/ws/.repository contains everything needed but using this directly
may fail if the jgit build job is currently running. So we probably should extend the script copying successful builds
to our download page.

--
Matthias

Back to the top