Changeset 2186 for trunk


Ignore:
Timestamp:
11/27/17 11:46:08 (7 years ago)
Author:
pharms
Message:
 
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-test/pom.xml

    r2182 r2186  
    8989            </plugin> 
    9090            <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> 
    9494                <configuration> 
    95                     <argLine>-XX:-UseSplitVerifier</argLine> 
     95                    <formats> 
     96                        <format>xml</format> 
     97                    </formats> 
    9698                </configuration> 
    9799            </plugin> 
  • trunk/java-utils-test/pom.xml

    r2185 r2186  
    130130                    </formats> 
    131131                </configuration> 
    132                 <!--executions> 
    133                     <execution> 
    134                         <phase>package</phase> 
    135                         <goals> 
    136                             <goal>cobertura</goal> 
    137                         </goals> 
    138                     </execution> 
    139                 </executions --> 
    140132            </plugin> 
    141133            <plugin> 
Note: See TracChangeset for help on using the changeset viewer.