diff artifacts/pom-oracle.xml @ 9682:9ec4686badae

Mit 3.2.x zusammenführen
author Gernot Belger <g.belger@bjoernsen.de>
date Wed, 15 Jul 2020 12:24:35 +0200
parents bcaca2433f12 e5d1a10d54ae
children fabf92342ee5
line wrap: on
line diff
--- a/artifacts/pom-oracle.xml	Fri May 08 18:03:54 2020 +0200
+++ b/artifacts/pom-oracle.xml	Wed Jul 15 12:24:35 2020 +0200
@@ -21,6 +21,7 @@
         <configuration>
           <source>1.7</source>
           <target>1.7</target>
+              <encoding>UTF-8</encoding>
         </configuration>
       </plugin>
       <plugin>
@@ -40,28 +41,28 @@
           </descriptors>
         </configuration>
       </plugin>
-      <!--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>
+          <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>
+          <execution>
+            <id>validate</id>
+            <phase>validate</phase>
+            <configuration>
+              <consoleOutput>true</consoleOutput>
+              <failsOnError>true</failsOnError>
+            </configuration>
+            <goals>
+              <goal>check</goal>
+            </goals>
+          </execution>
         </executions>
-        </plugin -->
+      </plugin>
     </plugins>
   </build>
 
@@ -81,7 +82,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -203,14 +204,9 @@
   </dependencies>
   <repositories>
     <repository>
-      <id>jboss-repo2</id>
-      <name>JBoss repo2</name>
-      <url>http://repository.jboss.org/nexus/content/groups/public/</url>
-    </repository>
-    <repository>
       <id>gt2.repo</id>
       <name>GeoTools2 Repository including JTS</name>
-      <url>http://download.osgeo.org/webdav/geotools</url>
+      <url>https://repo.osgeo.org/repository/release</url>
     </repository>
     <repository>
       <id>Hibernate Spatial repo</id>

http://dive4elements.wald.intevation.org