Skip to content

Commit

Permalink
Merge pull request #952 from uhafner/missing-checkstyle-config
Browse files Browse the repository at this point in the history
Add new checkstyle config to jar as well
  • Loading branch information
uhafner authored Mar 14, 2024
2 parents ea213a6 + 23b1da4 commit 02f7106
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>4.1.0-SNAPSHOT</version>
<version>4.0.1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Java coding style</name>
Expand Down Expand Up @@ -489,8 +489,8 @@
<configuration>
<classifier>config</classifier>
<includes>
<include>**/checkstyle-configuration.xml</include>
<include>**/pmd-*-configuration.xml</include>
<include>**/checkstyle*-configuration.xml</include>
<include>**/pmd*-configuration.xml</include>
<include>**/spotbugs-exclusion-filter.xml</include>
</includes>
</configuration>
Expand Down

0 comments on commit 02f7106

Please sign in to comment.