Changeset 14576

Show
Ignore:
Timestamp:
06/25/08 10:34:28 (5 years ago)
Author:
cactusman
Message:

cobertura-maven-pluginの追加

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/java/postter/trunk/pom.xml

    r14530 r14576  
    8181                                </configuration> 
    8282                        </plugin> 
     83                        <plugin> 
     84                                <groupId>org.codehaus.mojo</groupId> 
     85                                <artifactId>cobertura-maven-plugin</artifactId> 
     86                                <version>2.2</version> 
     87                                <configuration> 
     88                                        <formats> 
     89                                                <format>xml</format> 
     90                                        </formats> 
     91                                </configuration> 
     92                        </plugin> 
    8393                </plugins> 
    8494        </build>