Skip to content

Commit

Permalink
#3 cobertura 플러그인 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
taek-kor committed Feb 26, 2021
1 parent 79dc491 commit 30b6fc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,12 @@
<version>3.14.0</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.7</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
Expand Down

0 comments on commit 30b6fc2

Please sign in to comment.