Mercurial > dive4elements > river
comparison artifacts/pom.xml @ 9794:47eee0be5792 3.2.x
Upgrade to latest Checkstyle plugin supporting used Maven version
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Nov 2023 11:20:50 +0100 |
parents | 823d4afb616c |
children |
comparison
equal
deleted
inserted
replaced
9793:2a78ac6c8045 | 9794:47eee0be5792 |
---|---|
47 </configuration> | 47 </configuration> |
48 </plugin> | 48 </plugin> |
49 <plugin> | 49 <plugin> |
50 <groupId>org.apache.maven.plugins</groupId> | 50 <groupId>org.apache.maven.plugins</groupId> |
51 <artifactId>maven-checkstyle-plugin</artifactId> | 51 <artifactId>maven-checkstyle-plugin</artifactId> |
52 <version>3.0.0</version> | 52 <version>3.1.2</version> |
53 <configuration> | 53 <configuration> |
54 <configLocation>../checkstyle.xml</configLocation> | 54 <configLocation>../checkstyle.xml</configLocation> |
55 <encoding>UTF-8</encoding> | 55 <encoding>UTF-8</encoding> |
56 </configuration> | 56 </configuration> |
57 <executions> | 57 <executions> |