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 {
+}