Hi, We are currently still using m1 and got the following problem. We are using Maven to build InstallShield merge modules and installers. An installer can depend on a previous version of it's own to be able to let InstallShield create an updater. If I add a dependency to the project.xml, there is no problem everything gets build. However, at night, we use the reactor to build all our modules and then I get an exception that a cyclic dependency has been detected. I worked around this currently, but will we have this problem in Maven 2 also? Is there also something like a reactor there or how do the multiproject things work there?
regards, Wim
