Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Incomplete
-
1.1
-
None
-
None
-
None
-
Patch
Description
I experieced problems with maven2 multiprojects in continuum, hen modules are referencing each other relatvely. So I made the following change to class DefaultWorkingDirectoryService of project continuum-commons:
if ( project.getWorkingDirectory() == null || project.getWorkingDirectory().equals(Integer.toString( project.getId() )))
This assumes that every project group in a continuum installation has a unique name and that an artifact is only once in a project group. I think this is realistic.
But in any case it would be nice to change working dir handling to meet the following rules:
- all modules of a multoproject are located in the same working directory
- the directories of the modules are named after their artifactId
So the working dir structure used by continuum is the same as it would be normally for a deveopper.
Attachments
Attachments
Issue Links
- is related to
-
CONTINUUM-1745 decouple SCM code from continuum model
- Closed
-
CONTINUUM-2193 Add option to check out a multi-module project into a single working directory
- Closed