jake-hansen / nova

NOVA project for Software Engineering at UNO.
1 stars 0 forks source link

Changed project structure to use Maven #10

Closed jake-hansen closed 4 years ago

jake-hansen commented 4 years ago

Changed project structure to use Maven. Maven allows you to build dependencies into the project without requiring developers to individually setup those dependencies within their IDEs. Maven also will allow us to push changes remotely to our server automatically. More instructions about how to build your project using Maven will be added later.