Set up project

This commit is contained in:
Joscha 2019-06-19 13:27:09 +00:00
commit cfc0c813ab
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
.idea/
*.iml

11
pom.xml Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.plugh</groupId>
<artifactId>composite-parse</artifactId>
<version>1.0-SNAPSHOT</version>
</project>