diff --git a/.gitignore b/.gitignore index 2f7896d1d..c27a70685 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ target/ +/.settings +/.classpath +/.project diff --git a/pom.xml b/pom.xml new file mode 100644 index 000000000..4503c109a --- /dev/null +++ b/pom.xml @@ -0,0 +1,67 @@ + + 4.0.0 + + + li.strolch + li.strolch.parent + 0.1.0-SNAPSHOT + ../li.strolch.parent/pom.xml + + + li.strolch.tutorialapp + + Tutorial Application for Strolch + Tutorial Application for Strolch + + https://github.com/eitch/li.strolch.tutorialapp + + 2011 + + + Github Issues + https://github.com/eitch/li.strolch.tutorialapp/issues + + + + scm:git:https://github.com/eitch/li.strolch.tutorialapp.git + scm:git:git@github.com:eitch/li.strolch.tutorialapp.git + https://github.com/eitch/li.strolch.tutorialapp + + + + + li.strolch + li.strolch.model + + + ch.eitchnet + ch.eitchnet.privilege + + + + + + + org.apache.maven.plugins + maven-eclipse-plugin + + + org.apache.maven.plugins + maven-compiler-plugin + + + org.apache.maven.plugins + maven-source-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-site-plugin + + + + \ No newline at end of file