For information, we have already encountered many problems with Eclipse + Ivy (via IvyDE). This is one reason why we use Maven now for our projects.

In addition, thanks to Maven, we used lots of things that improve the quality of our developments and documentations (especially thanks to "Maven site" generation).

The main drawback of Maven is in the projects structure. Java Sources have to be in [src/main/java] and resource files in [src/main/resources], the level of testing in [src/test/java], etc.

I hope this little feedback can be helpful


Jerome Louvel a écrit :
> Hi Edgar,
>
> We've tried in the past to build the project with Maven, but it lacked the
> flexibility that Ant provides in certain areas. I'd like to explore the
> usage of Ivy (http://ant.apache.org/ivy/) in the future to manage our
> dependencies.
>
> However, we are capable of generating Maven artifacts and maintaining our
> own artifacts repository, so publishing 1.1 snapshots should be easily
> possible.
>
> Actually Thierry is looking into it, but no promise yet :)
>
> Best regards,
> Jerome
>> -----Message d'origine-----
>> De : Edgar Honing [mailto:[EMAIL PROTECTED] Envoyé : mercredi 7 novembre 2007 17:49
>> À : [email protected]
>> Objet : Re: [newbie] Start using 1.1 SNAPSHOT - Maven Repo ?
>>
>> Hi Thierry,
>> Just wanted to chime in. It would be great if the current snapshot was
>> available in your maven repository at all times.
>> Also: are there any plans to mavenize the build process itself?
>> Kind Regards,
>> Edgar Honing
>>
>> On Nov 7, 2007 5:29 AM, Thierry Boileau <[EMAIL PROTECTED]> wrote:
>>> Hi Jean-Yves,
>>>
>>> the "current.zip" file is available at the following url:
>>> http://www.restlet.org/downloads/archives/1.1/current.zip
>>>
>>> We will keep you informed about the availability of 1.1 snapshot in
>>> maven repository.
>>>
>>> best regards,
>>> Thierry Boileau
>>>
>>>
>>> On 11/6/07, Thierry Boileau <[EMAIL PROTECTED]> wrote:
>>>> Hello Jean-Yves,
>>>>
>>>> the maven repository is located at the following URL:
>> "maven.restlet.org".
>>>> But, at this time, no snapshot of release 1.1 has been
>> published in
>>>> Maven since the first public release of restlet 1.1 will
>> be delivered
>>>> in a few weeks (release 1.1 M1).
>>>> However a zip file can be downloaded at this url:
>>>> "http://www.restlet.org/downloads"; (and follow the link "older
>>>> releases").
>>>> If you can wait tomorrow morning, we can generate a new archive.
>>>>
>>>> best regards,
>>>> Thierry Boileau
>>>>
>>>> On 11/6/07, Jean-Yves Cronier <[EMAIL PROTECTED]> wrote:
>>>>> I want to test latest development (of RESTlet 1.1),
>> particularly JAXB
>>>>> extension.
>>>>>
>>>>> Where is the Maven repository to access latest SNAPSHOT
>> of RESTlet 1.1 ?
>>>>>
>

Reply via email to