Merge branch '67-fix-checkstyle-and-pmd' into 'master'

Resolve "Fix checkstyle and PMD"

Closes #67

See merge request it1901/groups-2021/gr2141/gr2141!59
This commit is contained in:
Hallvard Henriksen
2021-11-28 21:49:37 +01:00
+14
View File
@@ -277,6 +277,20 @@
</executions>
</plugin>
<!-- Plugin to lint the code -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>false</failsOnError>
<linkXRef>true</linkXRef>
</configuration>
</plugin>
<!-- Plugin to package the project into a jar archive -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>