Skip to content

Commit ad4fddc

Browse files
committed
HV-??? Remove the plugins that are supposed to be replaced by spotless
1 parent f1ef3d1 commit ad4fddc

File tree

19 files changed

+4
-351
lines changed

19 files changed

+4
-351
lines changed

annotation-processor/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@
8383
<proc>none</proc>
8484
</configuration>
8585
</plugin>
86-
<plugin>
87-
<groupId>org.apache.maven.plugins</groupId>
88-
<artifactId>maven-checkstyle-plugin</artifactId>
89-
</plugin>
9086
<plugin>
9187
<groupId>de.thetaphi</groupId>
9288
<artifactId>forbiddenapis</artifactId>

build/build-config/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828

2929
<build>
3030
<plugins>
31-
<plugin>
32-
<artifactId>maven-checkstyle-plugin</artifactId>
33-
</plugin>
3431
<plugin>
3532
<artifactId>maven-deploy-plugin</artifactId>
3633
<configuration>

build/build-config/src/main/resources/checkstyle.xml

Lines changed: 0 additions & 88 deletions
This file was deleted.

build/build-config/src/main/resources/java-header-style.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

build/build-config/src/main/resources/xml-header-style.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

cdi/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,6 @@
172172
</testResource>
173173
</testResources>
174174
<plugins>
175-
<plugin>
176-
<groupId>org.apache.maven.plugins</groupId>
177-
<artifactId>maven-checkstyle-plugin</artifactId>
178-
</plugin>
179175
<plugin>
180176
<groupId>de.thetaphi</groupId>
181177
<artifactId>forbiddenapis</artifactId>

documentation/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,6 @@
127127
<plugin>
128128
<artifactId>maven-compiler-plugin</artifactId>
129129
</plugin>
130-
<plugin>
131-
<artifactId>maven-checkstyle-plugin</artifactId>
132-
</plugin>
133130
<plugin>
134131
<groupId>de.thetaphi</groupId>
135132
<artifactId>forbiddenapis</artifactId>

engine/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,6 @@
215215
</testResource>
216216
</testResources>
217217
<plugins>
218-
<plugin>
219-
<artifactId>maven-checkstyle-plugin</artifactId>
220-
</plugin>
221218
<plugin>
222219
<groupId>de.thetaphi</groupId>
223220
<artifactId>forbiddenapis</artifactId>

integrationtest/java/modules/cdi/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,6 @@
155155
</testResource>
156156
</testResources>
157157
<plugins>
158-
<plugin>
159-
<artifactId>maven-checkstyle-plugin</artifactId>
160-
</plugin>
161158
<plugin>
162159
<groupId>de.thetaphi</groupId>
163160
<artifactId>forbiddenapis</artifactId>

integrationtest/java/modules/no-el/pom.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,6 @@
6666
</testResource>
6767
</testResources>
6868
<plugins>
69-
<plugin>
70-
<artifactId>maven-checkstyle-plugin</artifactId>
71-
</plugin>
7269
<plugin>
7370
<groupId>de.thetaphi</groupId>
7471
<artifactId>forbiddenapis</artifactId>

0 commit comments

Comments
 (0)