Skip to content

Commit 74db425

Browse files
djohnsondjohnson
djohnson
authored and
djohnson
committed
G4DPZ - Change cobertura config to support Java 1.8
1 parent 6c2227a commit 74db425

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

pom.xml

+12-11
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,18 @@
108108
</execution>
109109
</executions>
110110
</plugin>
111+
<plugin>
112+
<groupId>org.codehaus.mojo</groupId>
113+
<artifactId>cobertura-maven-plugin</artifactId>
114+
<version>2.6</version>
115+
<dependencies>
116+
<dependency>
117+
<groupId>org.ow2.asm</groupId>
118+
<artifactId>asm</artifactId>
119+
<version>5.0.3</version>
120+
</dependency>
121+
</dependencies>
122+
</plugin>
111123
</plugins>
112124
</build>
113125

@@ -118,17 +130,6 @@
118130
<artifactId>maven-jxr-plugin</artifactId>
119131
<version>2.4</version>
120132
</plugin>
121-
<plugin>
122-
<groupId>org.codehaus.mojo</groupId>
123-
<artifactId>cobertura-maven-plugin</artifactId>
124-
<version>2.6</version>
125-
<configuration>
126-
<formats>
127-
<format>html</format>
128-
<format>xml</format>
129-
</formats>
130-
</configuration>
131-
</plugin>
132133
<plugin>
133134
<groupId>org.apache.maven.plugins</groupId>
134135
<artifactId>maven-surefire-report-plugin</artifactId>

0 commit comments

Comments
 (0)