Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 417 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 417 Bytes

Maven example - development workflow

This repository contains a basic maven project. The tasks are

  • checkout this project from GitHub using HTTPS (bonus: explain how to do it with SSH)
  • compile the maven project
  • open the project in your favorite IDE
  • explain and fix all errors you find (bonus: find out when and how the errors were introduced)
  • run the project and explain why the output is like it is