Skip to content

Commit

Permalink
#1 pmd 플러그인 설정 완룤
Browse files Browse the repository at this point in the history
1줄에서 3줄정도의 설명을 권고
  • Loading branch information
taek-kor committed Feb 23, 2021
1 parent fb8beba commit 54098e5
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@
</reportSet>
</reportSets>
</plugin>
<plugin>
<!-- <plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>${javadocPluginVersion}</version>
<configuration>
Expand Down Expand Up @@ -450,8 +450,13 @@
</reports>
</reportSet>
</reportSets>
</plugin>
</plugins>
</plugin> -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.14.0</version>
</plugin>
</plugins>
</reporting>

<profiles>
Expand Down

0 comments on commit 54098e5

Please sign in to comment.