Closed GoogleCodeExporter closed 9 years ago
Would love to deploy the project artifacts to the central maven repo, but I'm
not
really sure how to get them up there.
Original comment by some...@gmail.com
on 29 Jan 2008 at 7:19
I think this can help:
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
Original comment by kobyl...@gmail.com
on 12 Mar 2008 at 9:16
I'll try to look at getting this done. I'll just have to hose an rsync
repository
somewhere for the main maven repo to mirror.
Original comment by fern...@gmail.com
on 15 Jul 2008 at 12:17
this is a message I just sent to mailing list, just to keep you updated:
On the road to getting our releases into the central repository, we have to
setup our
own repository that the central one can look at. We also need to setup our own
repository to host snapshots..
So unless we find a better place, I just created a server on my hoste (
dreamhost ).
So, you can how add this repository as a snapshot repository and get access to the
latest code, without having to build it yourself. Please let me know if you
have any
questions or feedback!
add this repository to your project's pom:
<repository>
<id>mrepo-happyfern-snapshot</id>
<url>http://mrepo.happyfern.com/maven2-snapshot/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
then you have access to this dependency:
<dependency>
<groupId>com.facebook.api</groupId>
<artifactId>facebook-java-api</artifactId>
<version>1.8-SNAPSHOT</version>
</dependency>
Original comment by fern...@gmail.com
on 21 Jul 2008 at 1:18
R U sure you want to handle the server load? Look at what some other projects
have
done (maven repo in google code)
http://code.google.com/p/struts2plugin-maven-repo/
http://code.google.com/p/mygwt-maven-repo/
Original comment by andre...@gmail.com
on 23 Jul 2008 at 4:23
The thing is that to get the releases into the central repository maven asks for
rsync access. Which you can't provide from google-code yet :( :(
So I have to host an outside repository for the main releases to go into the
central
repo.
I could put the snapshot releases elsewhere, but my server has plenty of
bandwidth at
the moment, so I'm not worried :)
And, we're getting close to doing a release.. 2.0.1, which I'll be able to
submit to
the central repository!! :)
Original comment by fern...@gmail.com
on 31 Aug 2008 at 11:35
Original comment by fern...@gmail.com
on 30 Sep 2008 at 4:28
Original issue reported on code.google.com by
valio...@gmail.com
on 17 Jan 2008 at 11:41Attachments: