Ignore:
Timestamp:
11/27/17 11:46:08 (7 years ago)
Author:
pharms
Message:
 
File:
1 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> 
Note: See TracChangeset for help on using the changeset viewer.