Add Maven POM file.
[rhynodge.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>net.pterodactylus</groupId>
5         <artifactId>reactor</artifactId>
6         <version>0.0.1-SNAPSHOT</version>
7         <build>
8                 <plugins>
9                         <plugin>
10                                 <artifactId>maven-compiler-plugin</artifactId>
11                                 <version>2.3.2</version>
12                                 <configuration>
13                                         <source>1.6</source>
14                                         <target>1.6</target>
15                                 </configuration>
16                         </plugin>
17                 </plugins>
18         </build>
19 </project>