Re: Maven support added

2007-03-06 Thread J. Matthew Pryor
This is a modification of the one in the wiki that will copy them to a corporate repository, not your local repo. This way your hole team can use them. = #!/bin/bash # # This script installs a Restlet disrtribution into a local (filesystem) # maven2 repository. # # Usage: restl

Re: Maven support added

2007-03-06 Thread Ryan Daum
Has anybody put together a script for installing the restlet poms + jars into a maven repository? Is there a plan to get the poms + jars released onto ibiblio? Ryan On 1/16/07, Jerome Louvel <[EMAIL PROTECTED]> wrote: Hi all, As Maven support appears to be important for many of you, we are

Re: Maven support added

2007-01-19 Thread Vincent
Jerome, > As for RC3, they were just SVN snapshots, so I'm a bit reluctant to change > the version strings each time (a bit of work) but will consider it. Don't bother, sed/awk will take care if this. -Vincent.

RE: Maven support added

2007-01-19 Thread Jerome Louvel
rg > Objet : Re: Maven support added > > Hi Jerome, > > > I think I would prefer to stick the current IDs based on > JAR names, unless > > this is plain wrong or very annoying for users. > > Fair enough. > > One last request, though: change the version name bet

Re: Maven support added

2007-01-18 Thread Vincent
Hi Jerome, > I think I would prefer to stick the current IDs based on JAR names, unless > this is plain wrong or very annoying for users. Fair enough. One last request, though: change the version name between two releases of the same RC (e.g. 1.0rc3 and 1.0rc3-2). This way it's easier to go reve

RE: Maven support added

2007-01-17 Thread Jerome Louvel
; À : discuss@restlet.tigris.org > Objet : Re: Maven support added > > > > > > > > > I've just updated the current.zip with changes to the POM > artifact ID. They > > now closely match the JAR names as recommended here: > > http://maven.apache.org/g

Re: Maven support added

2007-01-16 Thread Vincent
> > > I've just updated the current.zip with changes to the POM artifact ID. They > now closely match the JAR names as recommended here: > http://maven.apache.org/guides/mini/guide-naming-conventions.html > Thanks Jerome, it'll help a lot. One comment: com.noelios.restlet.pom contains the

RE: Maven support added

2007-01-16 Thread Jerome Louvel
rdi 16 janvier 2007 13:40 > À : Restlet discuss > Objet : Maven support added > > > Hi all, > > As Maven support appears to be important for many of you, we > are now automatically generating the POM files for each > module JAR that we provide. The dependencie

Maven support added

2007-01-16 Thread Jerome Louvel
Hi all, As Maven support appears to be important for many of you, we are now automatically generating the POM files for each module JAR that we provide. The dependencies on third-party are correctly declared too. The files are available under the "lib/poms" directory in the distribution. Please