Skip to content

Commit

Permalink
#2 JDepend 플러그인 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
taek-kor committed Feb 26, 2021
1 parent 54098e5 commit 79dc491
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,13 @@
<artifactId>maven-pmd-plugin</artifactId>
<version>3.14.0</version>
</plugin>

<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jdepend-maven-plugin</artifactId>
<version>2.0</version>
</plugin>

</plugins>
</reporting>

Expand Down

0 comments on commit 79dc491

Please sign in to comment.