Skip to content

Commit

Permalink
Changed pom.xml, configuration of checkstyle plugin;
Browse files Browse the repository at this point in the history
  • Loading branch information
pochtalon committed Oct 18, 2023
1 parent ba6039f commit 860de42
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,21 @@
</execution>
</executions>
<configuration>
<sourceDirectories>
<sourceDirectory>${project.build.sourceDirectory}</sourceDirectory>
</sourceDirectories>
<configLocation>${maven.checkstyle.plugin.configLocation}</configLocation>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<linkXRef>false</linkXRef>
</configuration>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>9.3</version>
</dependency>
</dependencies>
</plugin>

<plugin>
Expand Down

0 comments on commit 860de42

Please sign in to comment.