OOP Project Template

This commit is contained in:
OOP Project Team
2019-02-14 01:11:37 +01:00
commit d001b5ac26
12 changed files with 520 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# CSE1105 Template Repository
This a template repository to help you get started on making the best project possible!
You can download the latest version [here](https://github.com/SERG-Delft/TI1216/releases)
http://stackoverflow.com/a/6466993
## How to import into your IDE
Eclipse:
[http://javapapers.com/java/import-maven-project-into-eclipse/](http://javapapers.com/java/import-maven-project-into-eclipse/)
Intellij:
[https://www.jetbrains.com/help/idea/2016.2/importing-project-from-maven-model.html](https://www.jetbrains.com/help/idea/2016.2/importing-project-from-maven-model.html)
## Getting your weekly reports
**Jacoco**:
Run `maven install` ([Intellij](https://www.jetbrains.com/help/idea/2016.3/getting-started-with-maven.html#execute_maven_goal)/[Eclipse](http://imgur.com/a/6q7pV))
**Checkstyle**:
Run `maven site`