[PROBLEM SOLVED but is it a bug?] Re: [m2] remote repository artifact update / local repository for multiproject question

2006-01-13 Thread Loïc Lefèvre
Hello Henry, first, thanks for your answer :o) 1/ Thank you :o) In fact, I've asked directly Brett (thankss too) and he gave me the same link (see http://jira.codehaus.org/browse/MAVENUPLOAD-678). However, I think the process could be enhanced sort of maven-2-RSS processor... 2/ Yes, Remember:

Re: [PROBLEM SOLVED but is it a bug?] Re: [m2] remote repository artifact update / local repository for multiproject question

2006-01-13 Thread Henry Isidro
Loïc Lefèvre wrote: Hello Henry, first, thanks for your answer :o) NP :-) 2/ Yes, Remember: local repository defined ... repositories repository idXXX/id nameLocal repository for XXX builds./name urlfile://${basedir}/thirdparty/url layoutdefault/layout /repository

Re: [PROBLEM SOLVED but is it a bug?] Re: [m2] remote repository artifact update / local repository for multiproject question

2006-01-13 Thread Loïc Lefèvre
In fact, I work in a windows environment not a Linux/unix one! L. On 1/14/06, Henry Isidro [EMAIL PROTECTED] wrote: Loïc Lefèvre wrote: Hello Henry, first, thanks for your answer :o) NP :-) 2/ Yes, Remember: local repository defined ... repositories repository

[m2] remote repository artifact update / local repository for multiproject question

2006-01-12 Thread Loïc Lefèvre
Hi, I'm searching to solve the following problem: I've got a multiproject which depends of say jgroups 2.2.9. As I only know ibiblio.org, I've added the property to use ibiblio as my remote repository: maven.repo.remote=http://www.ibiblio.org/maven2 However, the last version of jgroups (and

Re: [m2] remote repository artifact update / local repository for multiproject question

2006-01-12 Thread Henry Isidro
Hi Loïc, Please see inline answers. Questions: 1/ What is the process to (ask for) update on remote repository? I've found a broken link on the maven webpage: http://maven.apache.org/guides/introduction/introduction-to-repositories.html