Set up project
This commit is contained in:
commit
cfc0c813ab
2 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
.idea/
|
||||
*.iml
|
||||
11
pom.xml
Normal file
11
pom.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue