Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 2.48 KB

onlineresources.asciidoc

File metadata and controls

40 lines (23 loc) · 2.48 KB

Online Resources

This page will be updated regularly by CSC8110 demonstrators to provide additional online resources we think you may find useful.

If there is something you would like to appear on this page, don’t hesitate to contact Matthew Forshaw ([email protected]) and he will update the page accordingly.



Maven and Version Control

Installing Git and Maven under Windows

This video shows you the process of downloading Git and Maven, and installing these on your system. This is a Windows specific guide, so if you are using another operating system (e.g. Linux or Mac OS X), please let me know and I will be able to provide you with custom instructions for these platforms. I have been assured that Git is installed on your University machines, so this step should not be necessary if you are not using your own machine.

This video accompanies the "Maven in 5 minutes" guide; and guides you through the process of creating a Maven project for Java, and shows you how to execute your project from the command line.


If you would like to use Maven or Version Control in your coursework, but haven’t had much experience of this in the past, the following links provide step-by-step guides to performing their basic operations:

Version Control

Pro Git v2 (Great introductory book, avilable online for free, by Scott Chacon and Ben Straub. Chapters 1 and 2 are useful for an introduction!)


Maven

Note
In the Maven tutorial, the first command typed spans four lines, with the '\' symbol denoting a new-line.