Project

General

Profile

Download (1002 Bytes) Statistics
| Branch: | Tag: | Revision:
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
		<artifactId>cdmParent</artifactId>
7
		<groupId>eu.etaxonomy</groupId>
8
		<version>0.1</version>
9
		<relativePath>../cdmParent/pom.xml</relativePath>
10
	</parent>
11
	<modelVersion>4.0.0</modelVersion>
12
	<artifactId>eu.etaxonomy.cdmLibrary</artifactId>
13
	<version>0.2.4</version>
14
	<description>cdmLibrary as a plugin</description>
15

    
16
	<build>
17
		<plugins>
18
			<plugin>
19
				<artifactId>maven-compiler-plugin</artifactId>
20
				<configuration>
21
					<source>1.5</source>
22
					<target>1.5</target>
23
				</configuration>
24
			</plugin>
25
		</plugins>
26
	</build>
27
	<dependencies>
28
		<dependency>
29
			<groupId>eu.etaxonomy</groupId>
30
			<artifactId>cdmLibrary</artifactId>
31
			<version>0.2.4</version>
32
		</dependency>
33
	</dependencies>
34

    
35

    
36
</project>
(39-39/50)