You should be able to setup your plugin configuration at the top level using a <pluginManagement/> section, then simply reference the plugin by:
<plugin> <artifactId>maven-surefire-plugin</artifactId> </plugin> in each module POM. -john On 4/10/06, Jules Gosnell <[EMAIL PROTECTED]> wrote: > > > I have a number of submodules which I would like to all inherit the same > sys-props from a top-level pom to be set when running unit tests. > > Each module may wish to provide its own additional properties at test > time. > > Is this possible ? Or do I have to either repeat shared props in every > modules or merge all props into top-level ? The online plugin doc > doesn't seem to consider this usecase... > > Thanks for your time. > > > Jules > > -- > "Open Source is a self-assembling organism. You dangle a piece of > string into a super-saturated solution and a whole operating-system > crystallises out around it." > > /********************************** > * Jules Gosnell > * Partner > * Core Developers Network (Europe) > * > * www.coredevelopers.net > * > * Open Source Training & Support. > **********************************/ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
