From 09407e508403413dd53712f5ff8597e663be023b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Y=C3=BBki=20Vachot?= Date: Wed, 2 Dec 2020 16:52:49 +0100 Subject: [PATCH] Add files via upload First Commit --- ProjetGenieLogicielLoto.iml | 24 +++++++++++++ pom.xml | 69 +++++++++++++++++++++++++++++++++++++ src/main/java/main.java | 2 ++ src/test/java/maintest.java | 2 ++ 4 files changed, 97 insertions(+) create mode 100644 ProjetGenieLogicielLoto.iml create mode 100644 src/main/java/main.java create mode 100644 src/test/java/maintest.java diff --git a/ProjetGenieLogicielLoto.iml b/ProjetGenieLogicielLoto.iml new file mode 100644 index 0000000..25b7aca --- /dev/null +++ b/ProjetGenieLogicielLoto.iml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 867c8b3..3abf41e 100644 --- a/pom.xml +++ b/pom.xml @@ -7,6 +7,75 @@ fr.myny ProjetGenieLogicielLoto 1.0-SNAPSHOT + ProjetGenieLogicielLoto + ${project.artifactId} is a school project for the subject Genie Logiciel + + + Yûki Vachot + yv + yuki@vachot.fr + https://github.com/NyxiumYuuki/ + + + Maxime Havgoudoukian + mh + maxime.havgoudoukian@etu.univ-amu.fr + https://github.com/MHAVGOUDOUKIAN + + + Nicolas Fabregas + nf + nicolas.fabregas@etu.univ-amu.fr + https://github.com/NicolasFabregas + + + Yann Tho + yt + yann.tho@etu.univ-amu.fr + https://github.com/YanNThO + + + + UTF-8 + 13 + 13 + 5.7.0 + + + + + org.junit.jupiter + junit-jupiter-engine + ${junit.jupiter.version} + test + + + org.junit.jupiter + junit-jupiter-api + ${junit.jupiter.version} + test + + + org.slf4j + slf4j-api + 1.7.25 + + + org.slf4j + slf4j-simple + 1.7.25 + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.2 + + + \ No newline at end of file diff --git a/src/main/java/main.java b/src/main/java/main.java new file mode 100644 index 0000000..a565b55 --- /dev/null +++ b/src/main/java/main.java @@ -0,0 +1,2 @@ +public class main { +} diff --git a/src/test/java/maintest.java b/src/test/java/maintest.java new file mode 100644 index 0000000..4b74a37 --- /dev/null +++ b/src/test/java/maintest.java @@ -0,0 +1,2 @@ +public class maintest { +}