Skip to content

Commit

Permalink
Merge pull request #11 from companieshouse/remove-checkstyle-plugin
Browse files Browse the repository at this point in the history
Removed the check style plugin dependencies
  • Loading branch information
hwilliams1 authored Mar 14, 2022
2 parents 7cf1a00 + a6b70ff commit 89b9e75
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,22 +63,6 @@
</dependencies>

<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<dependencies>
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>7.5.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand All @@ -100,33 +84,6 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>${maven-surefire-plugin.version}</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.17</version>
<executions>
<execution>
<phase>process-sources</phase>
<goals>
<goal>check</goal>
</goals>
</execution>
</executions>
<configuration>
<violationSeverity>warning</violationSeverity>
<logViolationsToConsole>true</logViolationsToConsole>
<failsOnError>true</failsOnError>
<failOnViolation>true</failOnViolation>
<configLocation>companieshouse_checks.xml</configLocation>
</configuration>
<dependencies>
<dependency>
<groupId>uk.gov.companieshouse</groupId>
<artifactId>java-checkstyle-config</artifactId>
<version>1.1</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 89b9e75

Please sign in to comment.