Mercurial > dive4elements > river
diff backend/pom-oracle.xml @ 5855:cff1eea9854f
adjust importer build-script to new names
author | Tom Gottfried <tom.gottfried@intevation.de> |
---|---|
date | Fri, 26 Apr 2013 18:13:58 +0200 |
parents | 5aa05a7a34b7 |
children | 60141466b503 |
line wrap: on
line diff
--- a/backend/pom-oracle.xml Fri Apr 26 16:50:14 2013 +0200 +++ b/backend/pom-oracle.xml Fri Apr 26 18:13:58 2013 +0200 @@ -2,12 +2,12 @@ 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.flys</groupId> - <artifactId>flys-backend</artifactId> + <groupId>org.dive4elements.river</groupId> + <artifactId>backend</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> - <name>flys-backend</name> + <name>backend</name> <url>http://maven.apache.org</url> <properties> @@ -43,8 +43,8 @@ <configuration> <archive> <manifest> - <mainClass>de.intevation.flys.importer.Importer</mainClass> - <packageName>de.intevation.flys.importer</packageName> + <mainClass>org.dive4elements.river.importer.Importer</mainClass> + <packageName>org.dive4elements.river.importer</packageName> </manifest> </archive> </configuration> @@ -54,7 +54,7 @@ <configuration> <archive> <manifest> - <mainClass>de.intevation.flys.importer.Importer</mainClass> + <mainClass>org.dive4elements.river.importer.Importer</mainClass> </manifest> </archive> <descriptorRefs> @@ -67,7 +67,7 @@ <dependencies> <dependency> - <groupId>de.intevation.artifacts.common</groupId> + <groupId>org.dive4elements.artifacts.common</groupId> <artifactId>artifacts-common</artifactId> <version>1.0-SNAPSHOT</version> </dependency>