comparison flys-artifacts/pom.xml @ 105:beb991dc4827

Added a first stub of an WINFO artifact. flys-artifacts/trunk@1287 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Wed, 02 Feb 2011 14:56:22 +0000
parents b3792346cb10
children 5864c41219db
comparison
equal deleted inserted replaced
104:b3792346cb10 105:beb991dc4827
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>
16 16
17 <build>
18 <plugins>
19 <plugin>
20 <groupId>org.apache.maven.plugins</groupId>
21 <artifactId>maven-compiler-plugin</artifactId>
22 <version>2.0.2</version>
23 <configuration>
24 <source>1.5</source>
25 <target>1.5</target>
26 </configuration>
27 </plugin>
28 </plugins>
29 </build>
30
17 <dependencies> 31 <dependencies>
18 <dependency> 32 <dependency>
19 <groupId>junit</groupId> 33 <groupId>junit</groupId>
20 <artifactId>junit</artifactId> 34 <artifactId>junit</artifactId>
21 <version>3.8.1</version> 35 <version>3.8.1</version>
22 <scope>test</scope> 36 <scope>test</scope>
23 </dependency> 37 </dependency>
38 <dependency>
39 <groupId>de.intevation.bsh.artifact-database</groupId>
40 <artifactId>artifact-database</artifactId>
41 <version>1.0-SNAPSHOT</version>
42 </dependency>
24 </dependencies> 43 </dependencies>
25 </project> 44 </project>

http://dive4elements.wald.intevation.org