Changeset 2265
- Timestamp:
- 08/01/19 15:26:36 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/pom.xml
r2264 r2265 121 121 </plugin> 122 122 <plugin> 123 <groupId>org.codehaus.mojo</groupId> 124 <artifactId>cobertura-maven-plugin</artifactId> 125 <version>2.7</version> 126 <configuration> 127 <formats> 128 <format>xml</format> 129 </formats> 130 </configuration> 123 <groupId>org.jacoco</groupId> 124 <artifactId>jacoco-maven-plugin</artifactId> 125 <version>0.8.4</version> 131 126 </plugin> 132 127 <plugin>
Note: See TracChangeset
for help on using the changeset viewer.