Project

General

Profile

Download (1.72 KB) Statistics
| Branch: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
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/maven-v4_0_0.xsd">
3
	<!-- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" -->
4
	<parent>
5
		<groupId>eu.etaxonomy</groupId>
6
		<artifactId>cdmlib-parent</artifactId>
7
		<version>4.4.0-SNAPSHOT</version>
8
		<relativePath>../pom.xml</relativePath>
9
	</parent>
10

    
11
	<modelVersion>4.0.0</modelVersion>
12
	<artifactId>cdmlib-app</artifactId>
13
	<name>CDM Parent</name>
14
	<description>The parent package for EDIT's cdmLibrary</description>
15
	<scm>
16
		<connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</connection>
17
		<developerConnection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib/cdmlib-io/</developerConnection>
18
		<url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib/cdmlib-io/</url>
19
	</scm>
20
	<build>
21
		<plugins>
22
			<plugin>
23
				<groupId>org.apache.maven.plugins</groupId>
24
				<artifactId>maven-jar-plugin</artifactId>
25
				<version>2.3.2</version>
26
				<executions>
27
					<execution>
28
						<goals>
29
							<goal>test-jar</goal>
30
						</goals>
31
					</execution>
32
				</executions>
33
			</plugin>
34
		</plugins>
35
	</build>
36
	<dependencies>
37
		<dependency>
38
			<groupId>eu.etaxonomy</groupId>
39
			<artifactId>cdmlib-test</artifactId>
40
			<type>test-jar</type>
41
			<scope>test</scope>
42
			<version>${project.version}</version>
43
		</dependency>
44
		<dependency>
45
			<groupId>eu.etaxonomy</groupId>
46
			<artifactId>cdmlib-io</artifactId>
47
		</dependency>
48
		<dependency>
49
			<groupId>identificationKeyAPI</groupId>
50
			<artifactId>identificationKeyAPI</artifactId>
51
		</dependency>
52

    
53
	</dependencies>
54
</project>
55

    
(5-5/5)