Jeremy, This COULD go into a "pluginManagement" section of the top level pom. (not in <build>) Thus, it would be picked up when you do "mvn clover:clover" or whatever (not familiar with the clover plugin) in any of the submodules, but wouldn't always be run.
Dan On Friday September 08 2006 4:21 pm, [EMAIL PROTECTED] wrote: > Author: jboynes > Date: Fri Sep 8 13:21:50 2006 > New Revision: 441636 > > URL: http://svn.apache.org/viewvc?view=rev&rev=441636 > Log: > remove clover setup committed by accident > > Modified: > incubator/tuscany/java/sca/kernel/spi/pom.xml > > Modified: incubator/tuscany/java/sca/kernel/spi/pom.xml > URL: > http://svn.apache.org/viewvc/incubator/tuscany/java/sca/kernel/spi/pom.xml? >view=diff&rev=441636&r1=441635&r2=441636 > =========================================================================== >=== --- incubator/tuscany/java/sca/kernel/spi/pom.xml (original) > +++ incubator/tuscany/java/sca/kernel/spi/pom.xml Fri Sep 8 13:21:50 2006 > @@ -57,16 +57,4 @@ > <artifactId>easymock</artifactId> > </dependency> > </dependencies> > - > - <build> > - <plugins> > - <plugin> > - <groupId>org.apache.maven.plugins</groupId> > - <artifactId>maven-clover-plugin</artifactId> > - <configuration> > - <jdk>1.5</jdk> > - </configuration> > - </plugin> > - </plugins> > - </build> > </project> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
