Build trigger issue in multimodule project
------------------------------------------

                 Key: CONTINUUM-1312
                 URL: http://jira.codehaus.org/browse/CONTINUUM-1312
             Project: Continuum
          Issue Type: Bug
          Components: Core system
    Affects Versions: 1.1-alpha-2
            Reporter: Julien S


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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to