Changeset 5102


Ignore:
Timestamp:
04/30/14 11:35:02 (10 years ago)
Author:
Twan Goosen
Message:

xml output of cobertura

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vlo/trunk/vlo-web-app/pom.xml

    r5089 r5102  
    284284    <reporting>
    285285        <plugins>
    286             <plugin>
     286             <plugin>
    287287                <groupId>org.codehaus.mojo</groupId>
    288288                <artifactId>cobertura-maven-plugin</artifactId>
    289289                <version>2.6</version>
     290                <configuration>   
     291                    <formats>
     292                        <format>xml</format>
     293                    </formats>
     294                </configuration>
    290295            </plugin>
    291296        </plugins>
Note: See TracChangeset for help on using the changeset viewer.