> > Their automatic process could be an option but it requires us to give them > an SSH access to our server which we are reluctant to do for security > reasons mainly. >
I believe that you can also have your project sync'd over SVN. If you have the maven repository also be an SVN repository, I believe the central maven repo can simply "svn up" to ensure synchronization On Wed, May 14, 2008 at 3:49 AM, Jerome Louvel <[EMAIL PROTECTED]> wrote: > > Hi Jean-Yves, > > We have looked into this in the past. The issue with the manual upload > process is that is takes time on our side and on Maven's side (they talk > about four weeks to get an upload request processed). > > Their automatic process could be an option but it requires us to give them > an SSH access to our server which we are reluctant to do for security > reasons mainly. > > It would be much better if we could sync up with them using HTTP. I added > Emmanuel Venisse, an early Maven contributor, in copy as he might have some > more insights. > > Maybe we should open a RFE ticket on Maven project regarding HTTP > synchronization? > > Best regards, > Jerome > > > -----Message d'origine----- > De : news [mailto:[EMAIL PROTECTED] De la part de Jean-Yves Cronier > Envoyé : mercredi 14 mai 2008 01:01 > À : [email protected] > Objet : What about : RESTlet in official Maven Repository ? > > After reading of > http://maven.apache.org/guides/mini/guide-central-repository-upload.html, > I think it is possible to make available RESTlet to the whole of > developers community via the Official Maven repository > (http://repo1.maven.org/maven) > > The first benefit: simplification of our POM (no needs of <reporitory> > description like explain in http://www.restlet.org/downloads/maven) > > After that, it perhaps a good way to increase visibility and reuse about > RESTlet framework. > > What do you think ? > >

