comparison flys-backend/pom.xml @ 5830:160f53ee0870

Repaired pom.xml
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:01:30 +0200
parents 5ba502e78e05
children 821a02bbfb4e
comparison
equal deleted inserted replaced
5829:18619c1e7c2a 5830:160f53ee0870
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>river-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>river-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.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>

http://dive4elements.wald.intevation.org