File tree 1 file changed +12
-11
lines changed
1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change 108
108
</execution >
109
109
</executions >
110
110
</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 >
111
123
</plugins >
112
124
</build >
113
125
118
130
<artifactId >maven-jxr-plugin</artifactId >
119
131
<version >2.4</version >
120
132
</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 >
132
133
<plugin >
133
134
<groupId >org.apache.maven.plugins</groupId >
134
135
<artifactId >maven-surefire-report-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments