File tree Expand file tree Collapse file tree 17 files changed +11
-123
lines changed
powertools-cloudformation
powertools-large-messages
powertools-logging-logback
powertools-parameters-appconfig
powertools-parameters-dynamodb
powertools-parameters-secrets
powertools-parameters-ssm Expand file tree Collapse file tree 17 files changed +11
-123
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
233229 </build >
234230
235231
236- </project >
232+ </project >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments