Skip to content

Commit b12fa4f

Browse files
ThomasPerkins1123db-ci-platform
authored andcommitted
Remove checkstyle plugin
1 parent 317562a commit b12fa4f

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
@@ -165,52 +165,6 @@
165165
</execution>
166166
</executions>
167167
</plugin>
168-
<plugin>
169-
<groupId>io.spring.javaformat</groupId>
170-
<artifactId>spring-javaformat-maven-plugin</artifactId>
171-
<version>${spring-format.version}</version>
172-
<executions>
173-
<execution>
174-
<goals>
175-
<goal>validate</goal>
176-
</goals>
177-
<phase>validate</phase>
178-
</execution>
179-
</executions>
180-
</plugin>
181-
<plugin>
182-
<groupId>org.apache.maven.plugins</groupId>
183-
<artifactId>maven-checkstyle-plugin</artifactId>
184-
<version>${maven-checkstyle.version}</version>
185-
<dependencies>
186-
<dependency>
187-
<groupId>com.puppycrawl.tools</groupId>
188-
<artifactId>checkstyle</artifactId>
189-
<version>${checkstyle.version}</version>
190-
</dependency>
191-
<dependency>
192-
<groupId>io.spring.nohttp</groupId>
193-
<artifactId>nohttp-checkstyle</artifactId>
194-
<version>${nohttp-checkstyle.version}</version>
195-
</dependency>
196-
</dependencies>
197-
<executions>
198-
<execution>
199-
<id>nohttp-checkstyle-validation</id>
200-
<goals>
201-
<goal>check</goal>
202-
</goals>
203-
<phase>validate</phase>
204-
<configuration>
205-
<configLocation>src/checkstyle/nohttp-checkstyle.xml</configLocation>
206-
<sourceDirectories>${basedir}</sourceDirectories>
207-
<includes>**/*</includes>
208-
<excludes>**/.git/**/*,**/.idea/**/*,**/target/**/,**/.flattened-pom.xml,**/*.class</excludes>
209-
<propertyExpansion>config_loc=${basedir}/src/checkstyle/</propertyExpansion>
210-
</configuration>
211-
</execution>
212-
</executions>
213-
</plugin>
214168
<plugin>
215169
<groupId>org.graalvm.buildtools</groupId>
216170
<artifactId>native-maven-plugin</artifactId>

0 commit comments

Comments
 (0)