Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1-alpha-2
-
None
-
None
Description
If you have a multimodule project with the parent pom at the top level directory, e.g.:
+ pom.xml
+- module1
+- pom.xml
+- module2
+- pom.xml
Etc
Then, a modification to any module will trigger the build of ALL modules.
This is obviously because a change in a module will be detected at the top level, and that if the top level is modified, all its subprojects are rebuilt.
A solution may be to put the parent POM at the same level as the others, but this triggers other problems...
It would be nice to a solution at the continuum level.
Attachments
Issue Links
- duplicates
-
CONTINUUM-1606 All modules are always rebuilt when using M2 with a hierarchical structure
- Open
- is duplicated by
-
CONTINUUM-1400 in a multi-module build, Continuum should tell SCM to exclude submodules to reduce the amount of unnecessary updates
- Closed