[Project] added pom.xml for importing in IDEs and a .ignore

This commit is contained in:
Robert von Burg 2014-03-11 07:47:35 +01:00
parent 3ec337a847
commit 9992a5dbca
2 changed files with 19 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/.settings
/.project

17
pom.xml Normal file
View File

@ -0,0 +1,17 @@
<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>
<parent>
<groupId>li.strolch</groupId>
<artifactId>li.strolch.parent</artifactId>
<version>0.1.0-SNAPSHOT</version>
<relativePath>../li.strolch.parent</relativePath>
</parent>
<artifactId>li.strolch.website</artifactId>
<packaging>pom</packaging>
<name>li.strolch.website</name>
<description>Strolch's Website</description>
</project>