Do you have this in your pom.xml?

<repositories>
   <repository>
     <id>Maven Snapshots</id>
     <url>http://snapshots.maven.codehaus.org/maven2/</url>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
     <releases>
       <enabled>false</enabled>
     </releases>
   </repository>
 </repositories>
 <pluginRepositories>
   <pluginRepository>
     <id>Maven Snapshots</id>
     <url>http://snapshots.maven.codehaus.org/maven2/</url>
     <snapshots>
       <enabled>true</enabled>
     </snapshots>
     <releases>
       <enabled>false</enabled>
     </releases>
   </pluginRepository>
 </pluginRepositories>

There have been problems with the Codehaus web site.  See
http://www.codehaus.org/

On 23/05/06, SlinnHawkins, Jon (ELS) <[EMAIL PROTECTED]> wrote:
Thanks,

This is what I have.

The cobertura-maven-plugin does not exist in in the ibiblio repository any
more, and links to the plugin don't work ???

http://mojo.codehaus.org/cobertura-maven-plugin/

Cheers

-----Original Message-----
From: Patrick Kimber [mailto:[EMAIL PROTECTED]
Sent: 23 May 2006 11:43
To: Maven Users List
Subject: Re: Cobertura ?

The plugin works well for me:

Add the following build configuration into the pom.xml file:

  <build>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
        <executions>
          <execution>
            <goals>
              <goal>clean</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    ...

Add the following plugin configuration into the pom.xml file:

  <reporting>
    <plugins>
      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>cobertura-maven-plugin</artifactId>
      </plugin>

Need to upgrade to Maven 2.0.3.

On 23/05/06, SlinnHawkins, Jon (ELS) <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> Started looking at Maven 2.0 a few weeks back, and have just revisited
> my investigation work, what has happened to the cobertura plugin ?
>
> Any ideas
>
> Thanks
>
> Jon
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to