Hello,
When you add a project with modules, on your server that host pom, you
need to have the correct directory structure.
In your case, you need to have on your http server, this structure:
projectX
your_pom_X_file
projectA
your_pom_A_file
projectB
your_pom_B_file
So you can't use a maven repository for adding project if your project
contains modules.
IMHO it doesn't make sense to not use maven2 repository to fetch child
poms - it's pointless to publish poms using special directory layout
required by continuum instead of using existing maven2 repository
standard. When do you plan to introduce support for scm checking out of
modules?
And another issue:
http://repository.mydomain.com/com/mydomain/projectX/projectX/1.0-SNAPSHOT/projectX-1.0-SNAP/projectA/pom.xml:
Why generated module pom URL has ..../projectX-1.0-SNAP/... instead of
..../projectX-1.0-SNAPSHOT/...? Is it a bug?
Best regards,
Piotrek