mschonaker / wagon-git

Git Wagon for Apache Maven
http://synergian.github.io/wagon-git/
83 stars 31 forks source link

releases site is not accessible #10

Closed khmarbaise closed 11 years ago

khmarbaise commented 12 years ago

The problem currently is that your plugin is not available via Maven-Central...i tried to get it via github repository, but it seemed to be not possible cause you have put the current state of the release into a branch releases which seemed not be available via https://raw.github.com/synergian/wagon-git/releases in contradiction the access to the master via https://raw.github.com/synergian/wagon-git/master seemed to be working.

mschonaker commented 12 years ago

Hi,

Github doesn't show directory listings, so you'll get a 404 error at this URL https://raw.github.com/synergian/wagon-git/releases However, if you point to a file URL, you'll be able to see it: https://raw.github.com/synergian/wagon-git/releases/ar/com/synergian/wagon-git/0.1.4/wagon-git-0.1.4.pom We've been consuming the artifact so far from there.

About central repo, we think that the artifact hasn't been tested enough to publish it there. We expect to publish it in the future.

Regards.