Mercurial > dive4elements > river
comparison flys-aft/pom.xml @ 4067:d5aed044ca0d
Added AFT sync module.
flys-aft/trunk@3382 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Sun, 11 Dec 2011 16:13:50 +0000 |
parents | |
children | 21e49e0a2307 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 4067:d5aed044ca0d |
---|---|
1 <?xml version="1.0"?> | |
2 <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"> | |
3 <modelVersion>4.0.0</modelVersion> | |
4 <groupId>de.intevation</groupId> | |
5 <artifactId>de.intevation.aft</artifactId> | |
6 <version>1.0-SNAPSHOT</version> | |
7 <packaging>jar</packaging> | |
8 <name>de.intevation.aft</name> | |
9 <url>http://maven.apache.org</url> | |
10 <properties> | |
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
12 </properties> | |
13 <build> | |
14 <plugins> | |
15 <plugin> | |
16 <groupId>org.apache.maven.plugins</groupId> | |
17 <artifactId>maven-compiler-plugin</artifactId> | |
18 <version>2.0.2</version> | |
19 <configuration> | |
20 <source>1.5</source> | |
21 <target>1.5</target> | |
22 </configuration> | |
23 </plugin> | |
24 <plugin> | |
25 <groupId>org.apache.maven.plugins</groupId> | |
26 <artifactId>maven-jar-plugin</artifactId> | |
27 <configuration> | |
28 <archive> | |
29 <manifest> | |
30 <mainClass>de.intevation.aft.Sync</mainClass> | |
31 <packageName>de.intevation.aft</packageName> | |
32 </manifest> | |
33 </archive> | |
34 </configuration> | |
35 </plugin> | |
36 </plugins> | |
37 </build> | |
38 <dependencies/> | |
39 </project> |