Changeset 2184
- Timestamp:
- 11/27/17 11:34:49 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/pom.xml
r2182 r2184 81 81 </action> 82 82 </pluginExecution> 83 <pluginExecution>84 <pluginExecutionFilter>85 <groupId>org.codehaus.mojo</groupId>86 <artifactId>emma-maven-plugin</artifactId>87 <versionRange>[1.0-alpha-3,)</versionRange>88 <goals>89 <goal>emma</goal>90 </goals>91 </pluginExecutionFilter>92 <action>93 <ignore />94 </action>95 </pluginExecution>96 83 </pluginExecutions> 97 84 </lifecycleMappingMetadata> … … 135 122 </plugin> 136 123 <plugin> 137 <groupId>org.apache.maven.plugins</groupId> 138 <artifactId>maven-surefire-plugin</artifactId> 139 <version>2.12</version> 140 <configuration> 141 <argLine>-XX:-UseSplitVerifier</argLine> 124 <groupId>org.codehaus.mojo</groupId> 125 <artifactId>cobertura-maven-plugin</artifactId> 126 <version>2.7</version> 127 <!--configuration> 128 <formats> 129 <format>xml</format> 130 </formats> 142 131 </configuration> 132 <executions> 133 <execution> 134 <phase>package</phase> 135 <goals> 136 <goal>cobertura</goal> 137 </goals> 138 </execution> 139 </executions --> 143 140 </plugin> 144 141 <plugin>
Note: See TracChangeset
for help on using the changeset viewer.