Maven2 project file
[marc4j.git] / pom.xml
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3         <modelVersion>4.0.0</modelVersion>
4         <groupId>org.marc4j</groupId>
5         <artifactId>marc4j</artifactId>
6         <version>2.4</version>
7         <dependencies>
8                 <dependency>
9                         <groupId>junit</groupId>
10                         <artifactId>junit</artifactId>
11                         <version>4.10</version>
12                 </dependency>
13                 <dependency>
14                         <groupId>com.ibm.icu.text</groupId>
15                         <artifactId>normalizer</artifactId>
16                         <version>1.3.1</version>
17                 </dependency>
18         </dependencies>
19         <build>
20                 <sourceDirectory>src</sourceDirectory>
21                 <!-- <testSourceDirectory>src/test/java</testSourceDirectory> <testResources> 
22                         <testResource> <directory>src/test/resources</directory> </testResource> 
23                         </testResources> <resources> <resource> <directory>src/main/resource</directory> 
24                         </resource> </resources> -->
25         </build>
26
27
28         <distributionManagement>
29                 <repository>
30                         <uniqueVersion>false</uniqueVersion>
31                         <id>id-maven-repo</id>
32                         <name>Index Data Maven Repository</name>
33                         <url>scp://maven.indexdata.com:222/var/www/maven/repository</url>
34                 </repository>
35         </distributionManagement>
36         <scm>
37                 <connection>scm:git:ssh://git.indexdata.com:222/home/git/public/marc4j</connection>
38                 <url>http://gitid.indexdata.com/?p=marc4j.git</url>
39         </scm>
40 </project>