Skip to content

Commit 30b6fc2

Browse files
committed
#3 cobertura 플러그인 설정
1 parent 79dc491 commit 30b6fc2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,12 @@
457457
<version>3.14.0</version>
458458
</plugin>
459459

460+
<plugin>
461+
<groupId>org.codehaus.mojo</groupId>
462+
<artifactId>cobertura-maven-plugin</artifactId>
463+
<version>2.7</version>
464+
</plugin>
465+
460466
<plugin>
461467
<groupId>org.codehaus.mojo</groupId>
462468
<artifactId>jdepend-maven-plugin</artifactId>

0 commit comments

Comments
 (0)