Changeset 2184 for trunk


Ignore:
Timestamp:
11/27/17 11:34:49 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils-test/pom.xml

    r2182 r2184  
    8181                                    </action> 
    8282                                </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> 
    9683                            </pluginExecutions> 
    9784                        </lifecycleMappingMetadata> 
     
    135122            </plugin> 
    136123            <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> 
    142131                </configuration> 
     132                <executions> 
     133                    <execution> 
     134                        <phase>package</phase> 
     135                        <goals> 
     136                            <goal>cobertura</goal> 
     137                        </goals> 
     138                    </execution> 
     139                </executions --> 
    143140            </plugin> 
    144141            <plugin> 
Note: See TracChangeset for help on using the changeset viewer.