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>com.dsnine.paraphernalia</groupId>
6 <artifactId>paraphernalia</artifactId>
7 <packaging>pom</packaging>
8 <version>1.0-SNAPSHOT</version>
9 <name>Paraphernalia</name>
10 <url>http://paraphernalia.dsnine.com</url>
12 <module>paraphernalia-core</module>
13 <module>paraphernalia-chimney</module>
18 <name>Dominik Maehl</name>
19 <email>emissary@dsnine.com</email>
20 <timezone>+1</timezone>
24 Paraphernalia is a collection of often-needed functionality with the goal of simplicity and hassle-free use
28 <name>GNU Lesser General Public License Version 3</name>
29 <url>http://www.gnu.org/licenses/lgpl.txt</url>
30 <distribution>repo</distribution>
36 <groupId>org.apache.maven.plugins</groupId>
37 <artifactId>maven-compiler-plugin</artifactId>
44 <groupId>org.apache.maven.plugins</groupId>
45 <artifactId>maven-eclipse-plugin</artifactId>
47 <downloadSources>true</downloadSources>
51 <groupId>org.apache.maven.plugins</groupId>
52 <artifactId>maven-surefire-plugin</artifactId>