Continuum problem

2006-11-04 Thread Morgovsky, Alexander \(US - Glen Mills\)
Hi. I have a parent Maven 2 project A which is housed in repository A1. It has modules B and C which are housed in repositories B1, and C1, respectively. When I add A's pom.xml through the http protocol, Continuum returns the exception that states that it cannot locate B and C, and it shows that

Re: Continuum problem

2006-11-06 Thread Emmanuel Venisse
Continuum build the module url from the parent url. It take the url you provide for the parent and use module relative path from your parent pom for the module url. It can't know that your module isn't in the same repo. In a future version, we'll probably use scm connection for module load. No