changeset 9678:e5d1a10d54ae 3.2.x

Fixup */pom-oracle.xml Reduces differences to respective pom.xml files to the necessary.
author Tom Gottfried <tom@intevation.de>
date Wed, 03 Jun 2020 08:54:48 +0200
parents bfc047db6ed7
children 21c89e39ca72
files artifacts/pom-oracle.xml backend/pom-oracle.xml
diffstat 2 files changed, 45 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/pom-oracle.xml	Tue Jun 02 18:30:02 2020 +0200
+++ b/artifacts/pom-oracle.xml	Wed Jun 03 08:54:48 2020 +0200
@@ -43,6 +43,28 @@
           </descriptors>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>3.0.0</version>
+        <configuration>
+          <configLocation>../checkstyle.xml</configLocation>
+          <encoding>UTF-8</encoding>
+        </configuration>
+        <executions>
+          <execution>
+            <id>validate</id>
+            <phase>validate</phase>
+            <configuration>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 
@@ -55,7 +77,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
--- a/backend/pom-oracle.xml	Tue Jun 02 18:30:02 2020 +0200
+++ b/backend/pom-oracle.xml	Wed Jun 03 08:54:48 2020 +0200
@@ -84,6 +84,28 @@
           </descriptors>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-checkstyle-plugin</artifactId>
+        <version>3.0.0</version>
+        <configuration>
+          <configLocation>../checkstyle.xml</configLocation>
+          <encoding>UTF-8</encoding>
+        </configuration>
+        <executions>
+          <execution>
+            <id>validate</id>
+            <phase>validate</phase>
+            <configuration>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
+        </executions>
+      </plugin>
     </plugins>
   </build>
 

http://dive4elements.wald.intevation.org