Mercurial > dive4elements > river
comparison 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 |
comparison
equal
deleted
inserted
replaced
5854:249b8766a178 | 5855:cff1eea9854f |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 <modelVersion>4.0.0</modelVersion> | 3 <modelVersion>4.0.0</modelVersion> |
4 | 4 |
5 <groupId>de.intevation.flys</groupId> | 5 <groupId>org.dive4elements.river</groupId> |
6 <artifactId>flys-backend</artifactId> | 6 <artifactId>backend</artifactId> |
7 <version>1.0-SNAPSHOT</version> | 7 <version>1.0-SNAPSHOT</version> |
8 <packaging>jar</packaging> | 8 <packaging>jar</packaging> |
9 | 9 |
10 <name>flys-backend</name> | 10 <name>backend</name> |
11 <url>http://maven.apache.org</url> | 11 <url>http://maven.apache.org</url> |
12 | 12 |
13 <properties> | 13 <properties> |
14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | 14 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
15 </properties> | 15 </properties> |
41 <groupId>org.apache.maven.plugins</groupId> | 41 <groupId>org.apache.maven.plugins</groupId> |
42 <artifactId>maven-jar-plugin</artifactId> | 42 <artifactId>maven-jar-plugin</artifactId> |
43 <configuration> | 43 <configuration> |
44 <archive> | 44 <archive> |
45 <manifest> | 45 <manifest> |
46 <mainClass>de.intevation.flys.importer.Importer</mainClass> | 46 <mainClass>org.dive4elements.river.importer.Importer</mainClass> |
47 <packageName>de.intevation.flys.importer</packageName> | 47 <packageName>org.dive4elements.river.importer</packageName> |
48 </manifest> | 48 </manifest> |
49 </archive> | 49 </archive> |
50 </configuration> | 50 </configuration> |
51 </plugin> | 51 </plugin> |
52 <plugin> | 52 <plugin> |
53 <artifactId>maven-assembly-plugin</artifactId> | 53 <artifactId>maven-assembly-plugin</artifactId> |
54 <configuration> | 54 <configuration> |
55 <archive> | 55 <archive> |
56 <manifest> | 56 <manifest> |
57 <mainClass>de.intevation.flys.importer.Importer</mainClass> | 57 <mainClass>org.dive4elements.river.importer.Importer</mainClass> |
58 </manifest> | 58 </manifest> |
59 </archive> | 59 </archive> |
60 <descriptorRefs> | 60 <descriptorRefs> |
61 <descriptorRef>jar-with-dependencies</descriptorRef> | 61 <descriptorRef>jar-with-dependencies</descriptorRef> |
62 </descriptorRefs> | 62 </descriptorRefs> |
65 </plugins> | 65 </plugins> |
66 </build> | 66 </build> |
67 | 67 |
68 <dependencies> | 68 <dependencies> |
69 <dependency> | 69 <dependency> |
70 <groupId>de.intevation.artifacts.common</groupId> | 70 <groupId>org.dive4elements.artifacts.common</groupId> |
71 <artifactId>artifacts-common</artifactId> | 71 <artifactId>artifacts-common</artifactId> |
72 <version>1.0-SNAPSHOT</version> | 72 <version>1.0-SNAPSHOT</version> |
73 </dependency> | 73 </dependency> |
74 <dependency> | 74 <dependency> |
75 <groupId>junit</groupId> | 75 <groupId>junit</groupId> |