This is the repository template used for student repositories in LAPR Projets.
#Java source files
Java source and test files are located in folder src.
#Maven files
Pom.xml file controls the project build.
In this file, DO NOT EDIT the following elements:
- groupID
- artifactID
- version
- properties
#Eclipse files
The following files are solely used by Eclipse IDE:
- .classpath
- .project
#IntelliJ Idea IDE files
The following folder is solely used by Intellij Idea IDE :
- .idea