Skip to content

Commit 9a9d65b

Browse files
committed
Preparing for checkstyle removal. Keeping the checkstyle.xml for backwards compatibility.
1 parent de7ff48 commit 9a9d65b

File tree

17 files changed

+11
-123
lines changed

17 files changed

+11
-123
lines changed

pom.xml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -487,33 +487,6 @@
487487
<autoReleaseAfterClose>true</autoReleaseAfterClose>
488488
</configuration>
489489
</plugin>
490-
<plugin>
491-
<groupId>org.apache.maven.plugins</groupId>
492-
<artifactId>maven-checkstyle-plugin</artifactId>
493-
<version>3.3.0</version>
494-
<configuration>
495-
<propertyExpansion>basedir=${project.rootdir}</propertyExpansion>
496-
<configLocation>checkstyle.xml</configLocation>
497-
<consoleOutput>true</consoleOutput>
498-
<failsOnError>true</failsOnError>
499-
<linkXRef>false</linkXRef>
500-
</configuration>
501-
<!-- does not work without this dependency -->
502-
<dependencies>
503-
<dependency>
504-
<groupId>com.puppycrawl.tools</groupId>
505-
<artifactId>checkstyle</artifactId>
506-
<version>10.12.3</version>
507-
</dependency>
508-
</dependencies>
509-
<executions>
510-
<execution>
511-
<goals>
512-
<goal>check</goal>
513-
</goals>
514-
</execution>
515-
</executions>
516-
</plugin>
517490
</plugins>
518491
</build>
519492

powertools-cloudformation/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,4 @@
9696
<scope>test</scope>
9797
</dependency>
9898
</dependencies>
99-
100-
<build>
101-
<plugins>
102-
<plugin>
103-
<groupId>org.apache.maven.plugins</groupId>
104-
<artifactId>maven-checkstyle-plugin</artifactId>
105-
</plugin>
106-
</plugins>
107-
</build>
108-
</project>
99+
</project>

powertools-common/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,11 +192,5 @@
192192
<directory>src/main/resources</directory>
193193
</resource>
194194
</resources>
195-
<plugins>
196-
<plugin>
197-
<groupId>org.apache.maven.plugins</groupId>
198-
<artifactId>maven-checkstyle-plugin</artifactId>
199-
</plugin>
200-
</plugins>
201195
</build>
202-
</project>
196+
</project>

powertools-e2e-tests/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@
176176

177177
<build>
178178
<plugins>
179-
<plugin>
180-
<groupId>org.apache.maven.plugins</groupId>
181-
<artifactId>maven-checkstyle-plugin</artifactId>
182-
</plugin>
183179
<!-- Don't deploy the e2e tests -->
184180
<plugin>
185181
<groupId>org.apache.maven.plugins</groupId>

powertools-large-messages/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,7 @@
140140
</environmentVariables>
141141
</configuration>
142142
</plugin>
143-
<plugin>
144-
<groupId>org.apache.maven.plugins</groupId>
145-
<artifactId>maven-checkstyle-plugin</artifactId>
146-
</plugin>
147143
</plugins>
148144
</build>
149145

150-
</project>
146+
</project>

powertools-logging/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -211,10 +211,6 @@
211211
</resource>
212212
</resources>
213213
<plugins>
214-
<plugin>
215-
<groupId>org.apache.maven.plugins</groupId>
216-
<artifactId>maven-checkstyle-plugin</artifactId>
217-
</plugin>
218214
<plugin>
219215
<groupId>org.apache.maven.plugins</groupId>
220216
<artifactId>maven-surefire-plugin</artifactId>

powertools-logging/powertools-logging-log4j/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,10 +220,6 @@
220220
</dependency>
221221
</dependencies>
222222
</plugin>
223-
<plugin>
224-
<groupId>org.apache.maven.plugins</groupId>
225-
<artifactId>maven-checkstyle-plugin</artifactId>
226-
</plugin>
227223
<plugin>
228224
<groupId>org.apache.maven.plugins</groupId>
229225
<artifactId>maven-surefire-plugin</artifactId>

powertools-logging/powertools-logging-logback/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@
213213
</dependency>
214214
</dependencies>
215215
</plugin>
216-
<plugin>
217-
<groupId>org.apache.maven.plugins</groupId>
218-
<artifactId>maven-checkstyle-plugin</artifactId>
219-
</plugin>
220216
<plugin>
221217
<groupId>org.apache.maven.plugins</groupId>
222218
<artifactId>maven-surefire-plugin</artifactId>
@@ -233,4 +229,4 @@
233229
</build>
234230

235231

236-
</project>
232+
</project>

powertools-metrics/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,5 @@
207207
<directory>src/main/resources</directory>
208208
</resource>
209209
</resources>
210-
<plugins>
211-
<plugin>
212-
<groupId>org.apache.maven.plugins</groupId>
213-
<artifactId>maven-checkstyle-plugin</artifactId>
214-
</plugin>
215-
</plugins>
216210
</build>
217211
</project>

powertools-parameters/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,6 @@
8787
</environmentVariables>
8888
</configuration>
8989
</plugin>
90-
<plugin>
91-
<groupId>org.apache.maven.plugins</groupId>
92-
<artifactId>maven-checkstyle-plugin</artifactId>
93-
</plugin>
9490
</plugins>
9591
</build>
9692
</project>

0 commit comments

Comments
 (0)