Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 523 Bytes

Readme.md

File metadata and controls

32 lines (19 loc) · 523 Bytes

README

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.

Observations

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