On Mon, Dec 29, 2008 at 7:25 AM, Ram Mohan <[email protected]> wrote: > My question is: > while building M1, is there a plugin/way to tell in pom.xml to build M2 and > M3 if there are changes in M2 and M3. > From the parent project level this can be ensured, is it possible to do this > using M1's POM.
Ram, I suspect the Maven reactor plugin will probably do what you are looking for, if you have these projects set up as modules. (Even if you don't, you could create a little POM somewhere that -did- have them listed as modules, just for the sake of being able to use the reactor plugin.) http://maven.apache.org/plugins/maven-reactor-plugin/ - John --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
