We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b69179 commit a5aeeafCopy full SHA for a5aeeaf
pom.xml
@@ -278,6 +278,22 @@ under the License.
278
<artifactId>maven-enforcer-plugin</artifactId>
279
<version>3.0.0-M3</version>
280
</plugin>
281
+ <plugin>
282
+ <artifactId>maven-checkstyle-plugin</artifactId>
283
+ <version>3.1.1</version>
284
+ <dependencies>
285
+ <dependency>
286
+ <groupId>com.puppycrawl.tools</groupId>
287
+ <artifactId>checkstyle</artifactId>
288
+ <version>8.39</version>
289
+ </dependency>
290
291
+ <groupId>org.apache.maven.shared</groupId>
292
+ <artifactId>maven-shared-resources</artifactId>
293
+ <version>3</version>
294
295
+ </dependencies>
296
+ </plugin>
297
</plugins>
298
</pluginManagement>
299
<plugins>
0 commit comments