Changeset 1345 for trunk/java-utils-test/pom.xml
- Timestamp:
- 01/31/14 10:08:15 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/pom.xml
r1343 r1345 113 113 </executions> 114 114 </plugin> 115 < plugin>115 <!--plugin> 116 116 <groupId>org.codehaus.mojo</groupId> 117 117 <artifactId>emma-maven-plugin</artifactId> … … 126 126 </execution> 127 127 </executions> 128 </plugin--> 129 <plugin> 130 <groupId>org.apache.maven.plugins</groupId> 131 <artifactId>maven-surefire-plugin</artifactId> 132 <version>2.12</version> 133 <configuration> 134 <forkMode>once</forkMode> 135 <reportFormat>xml</reportFormat> 136 <classesDirectory>${project.build.directory}/generated-classes/emma/classes</classesDirectory> 137 <!-- argLine>-XX:-UseSplitVerifier</argLine--> 138 </configuration> 128 139 </plugin> 129 140 <plugin>
Note: See TracChangeset
for help on using the changeset viewer.