Prashanth Krishnamurthy a écrit :
Couple Questions -1. when we do a build in continuum, what perforce commands is it executing ? Which file has this configuration ? ( using perforce-->maven->continuum ). 2. IN continuum, why don’t the children projects getbuilt when you build the parent project?
By default, mvn run with -N parameter (non recursive). If you want to build sub-modules in the same build of the parent, you can remove this parameter in the build definition in continuum.
Emmanuel
