hi,
thats my folder-structure:
folder
-project_web
-project_ejb
-project_ejb2
-project_common
-project_logging
-...
-project_release
all projects have different parent pom's to reduce the configuration by type
(web, ejb) so project_release cannot be the parent.
so i create the project_release as a module pom:
<modules>
<module>..\project_web</module>
<module>..\project_ejb</module>
<module>..\project_ejb2</module>
<module>..\project_common</module>
<module>..\project_logging</module>
</modules>
i want to build the complete project with continuum, so i added the
project_release to continum. but it doesn't work. continuum only checked out
the project_release and so the ..\project_web leads to a maven failure.
what could i do, that continuum checks out the other projects too?
thanks alex
--
View this message in context:
http://www.nabble.com/problem-with-modules-tp22481999p22481999.html
Sent from the Continuum - Users mailing list archive at Nabble.com.