On Sep 4, 2008, at 11:03 AM, Tiago Rinck Caveden wrote: > Hello! > > On Thu, Sep 4, 2008 at 10:30 AM, Vincent Massol <[EMAIL PROTECTED]> > wrote: > >> You need to build the modules to which you brought modifications to. >> If you made modifications to some modules in the platform then you >> need to build them. >> You should thus build the whole platform and then enterprise. > > > > That I know, but if I simply build in the order you suggest, when I > come to > the enterprise and make the build, it downloads the platform modules > from > the official repository. > What I'd like to know is how to tell maven to get the module that I've > already built, or even better, to start the build of these modules > automatically.
Maven uses the most recent dependencies, first looking in your local repository. So if you have built it this will be the most recent version. Unless our CI build has generated a more recent version. So if you want to tell maven not to look in the remote repository you need to work in offline mode: maven -o Thanks -Vincent > > > Okay, I know that I can study all the POM's and Maven to figure out > myself > how to do it, but on the other hand, I imagine some of you probably > do it > already on your daily work, so you can quickly tell me how, that > would save > me some hours of effort and would let at least here in the mailing > list the > "documented answer". I could then go to the page you suggest and add > the > info there... > > Thanks, > -- > Tiago Rinck Caveden > http://caveden.multiply.com _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs

