From 8db9ad21cdaea6ef2827d7937d37af9ec30c357f Mon Sep 17 00:00:00 2001 From: Thomas Clavier Date: Thu, 8 Mar 2018 14:06:42 +0100 Subject: [PATCH] Init du projet avant refacto --- .gitignore | 3 +++ pom.xml | 16 +++++++++++++++- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42f4a1a..a7d956c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ target/ +.idea/ +*.iml *~ +*.swp diff --git a/pom.xml b/pom.xml index 85d0850..6691cea 100644 --- a/pom.xml +++ b/pom.xml @@ -8,11 +8,25 @@ movie-rental 0.1 + + + + org.apache.maven.plugins + maven-compiler-plugin + (whatever version is current) + + 1.8 + 1.8 + + + + + junit junit - 4.11 + 4.12 test