FaunaEuropeae basionym import
[cdmlib.git] / eclipse-plugin / pom.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://maven.apache.org/POM/4.0.0"
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
5 <parent>
6 <groupId>eu.etaxonomy</groupId>
7 <artifactId>cdmlib-parent</artifactId>
8 <version>2.1</version>
9 </parent>
10 <modelVersion>4.0.0</modelVersion>
11 <artifactId>eu.etaxonomy.cdmLibrary</artifactId>
12 <description>cdmLibrary as a plugin</description>
13
14 <build>
15 <plugins>
16 <plugin>
17 <artifactId>maven-compiler-plugin</artifactId>
18 <configuration>
19 <source>1.5</source>
20 <target>1.5</target>
21 </configuration>
22 </plugin>
23 </plugins>
24 </build>
25 <dependencies>
26 <dependency>
27 <groupId>eu.etaxonomy</groupId>
28 <artifactId>cdmlib-io</artifactId>
29 </dependency>
30 <dependency>
31 <groupId>eu.etaxonomy</groupId>
32 <artifactId>cdmlib-ext</artifactId>
33 </dependency>
34 </dependencies>
35
36
37 </project>