On Tue, Dec 9, 2008 at 7:07 AM, Jaikiran <[EMAIL PROTECTED]> wrote: > Note the "execution" which will be run during install phase of each module > (child-one, child-two etc...). I am looking for a phase which will be run > only once during the lifetime of the maven build process. Or is there some > way i can make the plugin run only once during the build, even if the child > modules inherit them?
Try <plugin><inherited>false</inherited>... http://maven.apache.org/ref/2.0.9/maven-model/maven.html#class_plugin -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
