assuming that the project that succeeds is the aggregator root, everything is fine. prepare runs on the aggregator root and tags from that root. just run perform and it will check out all the modules and release them.
if it is not the aggregator root, you may have to release each scm root separately. - Stephen --- Sent from my Android phone, so random spelling mistakes, random nonsense words and other nonsense are a direct result of using swype to type on the screen On 11 Jan 2012 00:02, "Greg Babcock" <[email protected]> wrote: > I inherited a multi-module project from someone that is no-longer with > the company. I have Maven experience, but not with multi-module > projects. Release prepare is succeeding for the first module, and is > skipping the remainder of the modules. How do I get release prepare to > prepare all modules? > > > > NFO] > ------------------------------------------------------------------------ > > [INFO] Reactor Summary: > > [INFO] > > [INFO] Production ............................. SUCCESS [13.131s] > > [INFO] Hibernate Service ...................... SKIPPED > > [INFO] Production Commons ..................... SKIPPED > > [INFO] Host Adapter ........................... SKIPPED > > [INFO] Web Service Host .................. SKIPPED > > [INFO] Web Service Client ................ SKIPPED > > [INFO] File Host Adapter Service .............. SKIPPED > > [INFO] HostAdapterService ............................ SKIPPED > > [INFO] Socket Host Adapter Service ............ SKIPPED > > [INFO] Engineering Client Service ........................ SKIPPED > > [INFO] Standard Service ....................... SKIPPED > > [INFO] High Availability Service .............. SKIPPED > > [INFO] Production Web Application ............. SKIPPED > > [INFO] Step One ............................... SKIPPED > > [INFO] Production Utilities ................... SKIPPED > > [INFO] Production License Creator ............. SKIPPED > > [INFO] Configuration Service .................. SKIPPED > > [INFO] > ------------------------------------------------------------------------ > > [INFO] BUILD SUCCESS > > [INFO] > ------------------------------------------------------------------------ > > [INFO] Total time: 13.917s > > [INFO] Finished at: Tue Jan 10 17:51:03 EST 2012 > > [INFO] Final Memory: 5M/15M > > Thanks, > > > > GB > >
