[Dive4elements-commits] [PATCH 04 of 14] Fixed pom for etl process

Wald Commits scm-commit at wald.intevation.org
Thu Apr 25 15:06:50 CEST 2013


# HG changeset patch
# User Sascha L. Teichmann <teichmann at intevation.de>
# Date 1366883316 -7200
# Node ID e308d4ecd35aaf3700a3a844f6af0123a5ded36c
# Parent  9438e925921364b635f3d139936aa78602c202d7
Fixed pom for etl process.

diff -r 9438e9259213 -r e308d4ecd35a flys-aft/pom.xml
--- a/flys-aft/pom.xml	Thu Apr 25 11:44:26 2013 +0200
+++ b/flys-aft/pom.xml	Thu Apr 25 11:48:36 2013 +0200
@@ -2,10 +2,10 @@
 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <groupId>de.intevation</groupId>
-  <artifactId>de.intevation.aft</artifactId>
+  <artifactId>org.dive4elements.river.etl</artifactId>
   <version>1.0-SNAPSHOT</version>
   <packaging>jar</packaging>
-  <name>de.intevation.aft</name>
+  <name>org.dive4elements.river.etl</name>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -27,8 +27,8 @@
         <configuration>
           <archive>
             <manifest>
-              <mainClass>de.intevation.aft.Sync</mainClass>
-              <packageName>de.intevation.aft</packageName>
+              <mainClass>org.dive4elements.river.etl.aft.Sync</mainClass>
+              <packageName>org.dive4elements.river.etl.aft</packageName>
             </manifest>
           </archive>
         </configuration>
@@ -38,7 +38,7 @@
         <configuration>
           <archive>
             <manifest>
-              <mainClass>de.intevation.aft.Sync</mainClass>
+              <mainClass>org.dive4elements.river.aft.Sync</mainClass>
             </manifest>
           </archive>
           <descriptorRefs>


More information about the Dive4elements-commits mailing list