Can we define a plugin with different configuration in multi module pom project

2010-06-27 Thread Sachin Jain
There is a top level pom.xml which calls two sub modules as below: modules modulemodule1/module modulemodule2/module /modules Where module2 is dependent on module1 The xjc plugin configuration in module1 pom.xml is as below: build plugins plugin

Re: Can we define a plugin with different configuration in multi module pom project

2010-06-27 Thread Sachin Jain
with different configuration in multi module pom project You've run into a limitation/bug of Maven 2.x, where all executions of a plugin in a multi-module project has the same classpath. It has been fixed in Maven 3 (since one of the alphas). /Anders On Sun, Jun 27, 2010 at 12:31, Sachin Jain sac