Changeset 5103


Ignore:
Timestamp:
04/30/14 12:20:55 (10 years ago)
Author:
Twan Goosen
Message:

cobertura

File:
1 edited

Legend:

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

    r5102 r5103  
    268268                </configuration>
    269269            </plugin>
     270             <plugin>
     271                <groupId>org.codehaus.mojo</groupId>
     272                <artifactId>cobertura-maven-plugin</artifactId>
     273                <version>2.6</version>
     274                <configuration>   
     275                    <formats>
     276                        <format>xml</format>
     277                    </formats>
     278                </configuration>
     279        <executions>
     280          <execution>
     281            <phase>site</phase>
     282            <goals>
     283              <goal>cobertura</goal>
     284            </goals>
     285          </execution>
     286        </executions>
     287            </plugin>
    270288        </plugins>
    271289    </build>
     
    288306                <artifactId>cobertura-maven-plugin</artifactId>
    289307                <version>2.6</version>
    290                 <configuration>   
    291                     <formats>
    292                         <format>xml</format>
    293                     </formats>
    294                 </configuration>
    295308            </plugin>
    296309        </plugins>
Note: See TracChangeset for help on using the changeset viewer.