Project

General

Profile

Download (1.93 KB) Statistics
| Branch: | 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
  <!-- 
5
    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6
   -->
7
  <parent>
8
    <groupId>eu.etaxonomy</groupId>
9
    <artifactId>cdmlib-parent</artifactId>
10
    <version>3.5.2-SNAPSHOT</version>
11
    <relativePath>../pom.xml</relativePath>
12
  </parent>
13
  
14
  <modelVersion>4.0.0</modelVersion>
15
  <artifactId>xper2-cdm-integration</artifactId>
16
  <name>xper2 Cdm Integration</name>
17
  <description>The import-export package for EDIT's cdmLibrary</description>
18
  <properties>
19
  	<java.codelevel>1.7</java.codelevel>
20
  </properties>
21
  <scm>
22
    <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</connection>
23
    <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/XperCdmIntegration/</developerConnection>
24
    <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/XperCdmIntegration/</url>
25
  </scm>
26
    <build>
27
    <plugins>
28
    	<plugin>
29
            <groupId>org.apache.maven.plugins</groupId>
30
            <artifactId>maven-compiler-plugin</artifactId>
31
            <version>2.3.2</version>
32
            <configuration>
33
				<source>${java.codelevel}</source>
34
            	<target>${java.codelevel}</target>
35
                <encoding>UTF-8</encoding>
36
            </configuration>
37
         </plugin>
38
    </plugins>
39
  </build>
40
  <dependencies>
41
   	<dependency>
42
  		<groupId>eu.etaxonomy</groupId>
43
  		<artifactId>cdmlib-io</artifactId>
44
  		<version>3.0.12</version>
45
  	</dependency>
46
   	<dependency>
47
  		<groupId>eu.etaxonomy</groupId>
48
  		<artifactId>xper2</artifactId>
49
		<version>3.0</version>
50
  	</dependency>
51

    
52
	<dependency>
53
		<groupId>aspectj</groupId>
54
		<artifactId>aspectjrt</artifactId>
55
	<version>1.6.3</version>
56
	</dependency>
57
	</dependencies>
58
</project>
    (1-1/1)