Changeset 2186 for trunk/autoquest-test
- Timestamp:
- 11/27/17 11:46:08 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-test/pom.xml
r2182 r2186 89 89 </plugin> 90 90 <plugin> 91 <groupId>org. apache.maven.plugins</groupId>92 <artifactId> maven-surefire-plugin</artifactId>93 <version>2. 12</version>91 <groupId>org.codehaus.mojo</groupId> 92 <artifactId>cobertura-maven-plugin</artifactId> 93 <version>2.7</version> 94 94 <configuration> 95 <argLine>-XX:-UseSplitVerifier</argLine> 95 <formats> 96 <format>xml</format> 97 </formats> 96 98 </configuration> 97 99 </plugin>
Note: See TracChangeset
for help on using the changeset viewer.