Hi Lewis, they should be declared in both build/report sections, right? best, -Simo
http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Wed, Apr 4, 2012 at 11:45 PM, Lewis John Mcgibbney <[email protected]> wrote: > Hi, > > We seem to have two of the above plugin but with different config. > > <!-- Test coverage plugin. --> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > <version>2.0</version> > <executions> > <execution> > <goals> > <goal>clean</goal> > </goals> > </execution> > </executions> > </plugin> > > <!-- Cobertura report. --> > <plugin> > <groupId>org.codehaus.mojo</groupId> > <artifactId>cobertura-maven-plugin</artifactId> > <version>2.5.1</version> > </plugin> > > Is this OK? If so should they be different versions? > > -- > *Lewis*
