Skip to content

Commit a725be8

Browse files
nrmancusoromani
authored andcommitted
minor: fix maven complaints
1 parent 70e859b commit a725be8

File tree

1 file changed

+7
-36
lines changed

1 file changed

+7
-36
lines changed

pom.xml

Lines changed: 7 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@
141141
<artifactId>checkstyle</artifactId>
142142
<version>${checkstyle.version}</version>
143143
</dependency>
144+
<dependency>
145+
<groupId>com.github.sevntu-checkstyle</groupId>
146+
<artifactId>sevntu-checks</artifactId>
147+
<version>${maven.sevntu.checkstyle.plugin.version}</version>
148+
</dependency>
144149
</dependencies>
145150
<executions>
146151
<execution>
@@ -169,21 +174,6 @@
169174
</outputFile>
170175
</configuration>
171176
</execution>
172-
</executions>
173-
</plugin>
174-
175-
<plugin>
176-
<groupId>org.apache.maven.plugins</groupId>
177-
<artifactId>maven-checkstyle-plugin</artifactId>
178-
<version>${maven.plugin.checkstyle.version}</version>
179-
<dependencies>
180-
<dependency>
181-
<groupId>com.puppycrawl.tools</groupId>
182-
<artifactId>checkstyle</artifactId>
183-
<version>${checkstyle.version}</version>
184-
</dependency>
185-
</dependencies>
186-
<executions>
187177
<execution>
188178
<id>check_non_main</id>
189179
<goals>
@@ -243,26 +233,6 @@
243233
</excludes>
244234
</configuration>
245235
</execution>
246-
</executions>
247-
</plugin>
248-
249-
<plugin>
250-
<groupId>org.apache.maven.plugins</groupId>
251-
<artifactId>maven-checkstyle-plugin</artifactId>
252-
<version>${maven.plugin.checkstyle.version}</version>
253-
<dependencies>
254-
<dependency>
255-
<groupId>com.puppycrawl.tools</groupId>
256-
<artifactId>checkstyle</artifactId>
257-
<version>${checkstyle.version}</version>
258-
</dependency>
259-
<dependency>
260-
<groupId>com.github.sevntu-checkstyle</groupId>
261-
<artifactId>sevntu-checks</artifactId>
262-
<version>${maven.sevntu.checkstyle.plugin.version}</version>
263-
</dependency>
264-
</dependencies>
265-
<executions>
266236
<execution>
267237
<id>check_sevntu</id>
268238
<goals>
@@ -469,7 +439,8 @@
469439
<lineRate>77</lineRate>
470440
</regex>
471441
<regex>
472-
<pattern>com.github.checkstyle.regression.configuration.ConfigGenerator</pattern>
442+
<pattern>com.github.checkstyle.regression.configuration.ConfigGenerator
443+
</pattern>
473444
<branchRate>80</branchRate>
474445
<lineRate>92</lineRate>
475446
</regex>

0 commit comments

Comments
 (0)