Skip to content

Commit d8b9b04

Browse files
ThomasPerkins1123db-ci-platform
authored andcommitted
Remove checkstyle plugin
1 parent 30aab0a commit d8b9b04

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

pom.xml

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -170,52 +170,6 @@
170170
</execution>
171171
</executions>
172172
</plugin>
173-
<plugin>
174-
<groupId>io.spring.javaformat</groupId>
175-
<artifactId>spring-javaformat-maven-plugin</artifactId>
176-
<version>${spring-format.version}</version>
177-
<executions>
178-
<execution>
179-
<goals>
180-
<goal>validate</goal>
181-
</goals>
182-
<phase>validate</phase>
183-
</execution>
184-
</executions>
185-
</plugin>
186-
<plugin>
187-
<groupId>org.apache.maven.plugins</groupId>
188-
<artifactId>maven-checkstyle-plugin</artifactId>
189-
<version>${maven-checkstyle.version}</version>
190-
<dependencies>
191-
<dependency>
192-
<groupId>com.puppycrawl.tools</groupId>
193-
<artifactId>checkstyle</artifactId>
194-
<version>${checkstyle.version}</version>
195-
</dependency>
196-
<dependency>
197-
<groupId>io.spring.nohttp</groupId>
198-
<artifactId>nohttp-checkstyle</artifactId>
199-
<version>${nohttp-checkstyle.version}</version>
200-
</dependency>
201-
</dependencies>
202-
<executions>
203-
<execution>
204-
<id>nohttp-checkstyle-validation</id>
205-
<goals>
206-
<goal>check</goal>
207-
</goals>
208-
<phase>validate</phase>
209-
<configuration>
210-
<configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation>
211-
<sourceDirectories>${basedir}</sourceDirectories>
212-
<includes>**/*</includes>
213-
<excludes>**/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class</excludes>
214-
<propertyExpansion>config_loc=${basedir}/src/checkstyle/</propertyExpansion>
215-
</configuration>
216-
</execution>
217-
</executions>
218-
</plugin>
219173
<plugin>
220174
<groupId>org.graalvm.buildtools</groupId>
221175
<artifactId>native-maven-plugin</artifactId>

0 commit comments

Comments
 (0)