1 <project xmlns="http://maven.apache.org/POM/4.0.0"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
4 <modelVersion>4.0.0</modelVersion>
5 <groupId>org.lwes</groupId>
6 <artifactId>lwes-java</artifactId>
7 <packaging>jar</packaging>
8 <version>0.0.3-SNAPSHOT</version>
10 <url>http://maven.apache.org</url>
13 <groupId>junit</groupId>
14 <artifactId>junit</artifactId>
15 <version>4.4</version>
20 <sourceDirectory>src</sourceDirectory>
21 <testSourceDirectory>tests</testSourceDirectory>
24 <directory>src/main/resources</directory>
25 <filtering>true</filtering>
30 <groupId>org.apache.maven.plugins</groupId>
31 <artifactId>maven-resources-plugin</artifactId>
33 <encoding>UTF-8</encoding>
37 <artifactId>maven-compiler-plugin</artifactId>
44 <artifactId>maven-surefire-plugin</artifactId>
45 <version>2.3</version>
52 <name>Maven central repository</name>
53 <url>http://repo1.maven.org/maven2/</url>