New Turbo Marc Xml test
[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.5-SNAPSHOT</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         <properties>
20         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>              
21         </properties>
22         <build>
23                 <pluginManagement>
24                         <plugins>
25                                 <plugin>
26                                         <groupId>org.apache.maven.plugins</groupId>
27                                         <artifactId>maven-compiler-plugin</artifactId>
28                                         <inherited>true</inherited>
29                                         <configuration>
30                                                 <source>1.6</source>
31                                                 <target>1.6</target>
32                                         </configuration>
33                                 </plugin>
34                         </plugins>
35                 </pluginManagement>        
36                 <sourceDirectory>src</sourceDirectory>
37                 <!-- <testSourceDirectory>src/test/java</testSourceDirectory> <testResources> 
38                         <testResource> <directory>src/test/resources</directory> </testResource> 
39                         </testResources> <resources> <resource> <directory>src/main/resource</directory> 
40                         </resource> </resources> -->
41         </build>
42         <distributionManagement>
43                 <repository>
44                         <uniqueVersion>false</uniqueVersion>
45                         <id>id-maven-repo</id>
46                         <name>Index Data Maven Repository</name>
47                         <url>scp://maven.indexdata.com:222/var/www/maven/repository</url>
48                 </repository>
49         </distributionManagement>
50         <scm>
51                 <connection>scm:git:ssh://git.indexdata.com:222/home/git/public/marc4j</connection>
52                 <url>http://gitid.indexdata.com/?p=marc4j.git</url>
53         </scm>
54 </project>