Add Edaphobase activator
[cdmlib-apps.git] / app-import / 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 <!--
5 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"
6 -->
7 <modelVersion>4.0.0</modelVersion>
8
9 <groupId>eu.etaxonomy.cdm</groupId>
10 <artifactId>imports</artifactId>
11 <version>3.12.0-SNAPSHOT</version>
12
13 <name>App Import</name>
14 <description>A collection of diverse imports to the EDIT CDM Platform</description>
15 <scm>
16 <connection>scm:svn:http://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</connection>
17 <developerConnection>scm:svn:https://dev.e-taxonomy.eu/svn/trunk/cdmlib-apps/app-import/</developerConnection>
18 <url>http://dev.e-taxonomy.eu/trac/browser/trunk/cdmlib-apps/app-import/</url>
19 </scm>
20 <properties>
21 <java.codelevel>1.7</java.codelevel>
22 </properties>
23 <build>
24 <plugins>
25 <plugin>
26 <groupId>org.apache.maven.plugins</groupId>
27 <artifactId>maven-compiler-plugin</artifactId>
28 <version>2.3.2</version>
29 <configuration>
30 <source>${java.codelevel}</source>
31 <target>${java.codelevel}</target>
32 <encoding>UTF-8</encoding>
33 </configuration>
34 </plugin>
35 </plugins>
36 </build>
37 <repositories>
38 <!-- codehaus mule repository needed for yourkit -->
39 <repository>
40 <id>CodehausMuleRepository</id>
41 <url>http://dist.codehaus.org/mule/dependencies/maven2/</url>
42 </repository>
43 </repositories>
44 <dependencies>
45 <dependency>
46 <groupId>eu.etaxonomy</groupId>
47 <artifactId>cdmlib-io</artifactId>
48 <version>${project.version}</version>
49 </dependency>
50 <dependency>
51 <groupId>eu.etaxonomy</groupId>
52 <artifactId>cdmlib-persistence</artifactId>
53 <type>test-jar</type>
54 <scope>test</scope>
55 <version>${project.version}</version>
56 </dependency>
57 <!-- <dependency>
58 <groupId>org.unitils</groupId>
59 <artifactId>unitils-dbunit</artifactId>
60 <version>3.3</version>
61 <scope>test</scope>
62 </dependency>
63 <dependency>
64 <groupId>org.unitils</groupId>
65 <artifactId>unitils-spring</artifactId>
66 <version>3.3</version>
67 <scope>test</scope>
68 </dependency> -->
69
70
71 <!-- <dependency>
72 <groupId>aspectj</groupId>
73 <artifactId>aspectjrt</artifactId>
74 <version>1.6.3</version>
75 </dependency> -->
76 </dependencies></project>