Hi,
Can anyone kindly tell me how to integrate jcoverage with maven 2 ?

I have added the following in the <plugin> section under <reporting> in
POM.xml

  <plugin>
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-jcoverage-plugin</artifactId>
  </plugin>

It's throwing an exception telling that it can't find the plugin.
"The plugin 'org.apache.maven.plugins:maven-jcoverage-plugin' does not exist
..."

But if I check at http://www.ibiblio.org/maven2/jcoverage/jcoverage/ I can
see a version of the plugin available.

Kindly advise

Many Thanks

Reply via email to