From 31e52d2bc5ec2f560f0a529852dcd53ca87325cb Mon Sep 17 00:00:00 2001 From: Niclas Thobaben Date: Fri, 4 Dec 2020 18:24:48 +0100 Subject: [PATCH] initial setup --- .gitignore | 18 ++++++++++++++++++ pom.xml | 25 +++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 pom.xml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b372fb --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# GENERAL +target/ +reporting/ +*.log* +logs/ + +# MAC +.DS_Store + +# ECLIPSE +.classpath +.settings +.project +/.metadata/ + +# IntelliJ +.idea +*.iml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..78ccb1c --- /dev/null +++ b/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + + + maven-boot + de.nclazz + 1.0.0 + + + resource-manager + 1.0.0-SNAPSHOT + + + + de.nclazz + commons + 1.0.0-SNAPSHOT + + + + + \ No newline at end of file