Skip to content

Commit

Permalink
Reenabling maven-project-info-reports-plugin will break generation of…
Browse files Browse the repository at this point in the history
… cobertura with plugin version 2.5
  • Loading branch information
mfriedenhagen committed Apr 22, 2011
1 parent 702dba7 commit c0237e3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Expand Up @@ -5,7 +5,8 @@
<artifactId>parent</artifactId>
<version>1.19-SNAPSHOT</version>
<packaging>pom</packaging>
<name>parent</name> <properties>
<name>parent</name>
<properties>
<cobertura-plugin.version>2.4</cobertura-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
Expand All @@ -30,6 +31,11 @@
</executions>
<configuration>
<reportPlugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>2.3.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
Expand Down

0 comments on commit c0237e3

Please sign in to comment.