Skip to content

Commit

Permalink
chore: create pom.xml info
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Sep 30, 2024
1 parent b380214 commit 1e8c0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
File renamed without changes.
5 changes: 2 additions & 3 deletions chapter-04/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<excludes>**/module-info.java,${checkstyle.excludes}</excludes>
<logViolationsToConsole>true</logViolationsToConsole>
<consoleOutput>true</consoleOutput>
<configLocation>checkstyle.xml</configLocation>
<configLocation>pmd/checkstyle.xml</configLocation>
</configuration>
</plugin>
<plugin>
Expand All @@ -129,8 +129,7 @@
<version>${apache.pdm.plugin.version}</version>
<configuration>
<rulesets>
<ruleset>pmd/bestpractices.xml</ruleset>
<ruleset>pmd/codestyle.xml</ruleset>
<ruleset>pmd/pmd-rules.xml</ruleset>
<ruleset>/category/java/security.xml</ruleset>
<ruleset>/category/java/performance.xml</ruleset>
</rulesets>
Expand Down

0 comments on commit 1e8c0fc

Please sign in to comment.