[PATCH] Fixup */pom-oracle.xml

Wald Commits scm-commit at wald.intevation.org
Wed Jun 3 08:56:10 CEST 2020


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1591167288 -7200
#      Wed Jun 03 08:54:48 2020 +0200
# Branch 3.2.x
# Node ID e5d1a10d54aedc16985b43ef6bffd6cbdc1953bd
# Parent  bfc047db6ed7605ba352f4ec4097ef0ca7f2faed
Fixup */pom-oracle.xml

Reduces differences to respective pom.xml files to the necessary.

diff -r bfc047db6ed7 -r e5d1a10d54ae artifacts/pom-oracle.xml
--- 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>
diff -r bfc047db6ed7 -r e5d1a10d54ae backend/pom-oracle.xml
--- 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>
 


More information about the Dive4Elements-commits mailing list