Project

General

Profile

Download (1017 Bytes) Statistics
| Branch: | Tag: | Revision:
1 ade8491b Andreas Müller
<?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 d22e53fa Andreas Müller
		<artifactId>cdmlib-parent</artifactId>
8 693b9e59 Andreas Müller
		<version>2.1</version>
9 ade8491b Andreas Müller
	</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 23b2a587 Andreas Müller
	<dependencies>
26 d22e53fa Andreas Müller
  	 <dependency>
27
  		<groupId>eu.etaxonomy</groupId>
28 45b439e1 Andreas Müller
  		<artifactId>cdmlib-io</artifactId>
29
  	 </dependency>
30
 	 <dependency>
31
  		<groupId>eu.etaxonomy</groupId>
32
  		<artifactId>cdmlib-ext</artifactId>
33
  	 </dependency>
34 d22e53fa Andreas Müller
 	</dependencies>
35 ade8491b Andreas Müller
36
37 95f89dd6 Andreas Müller
</project>