Skip to content
This repository has been archived by the owner on Dec 2, 2017. It is now read-only.

fnarenji/LesPatternsDuSwag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LesPatternsDuSwag

Requirements:

How to:

  • Get in the directory
  • run the command "mvn package"
  • run the command "mvn exec:java" to execute
  • run the command "mvn test" to run tests

Note: the execute command mentionned above might not work depending on your configuration. The following command should then work:

mvn exec:java -Dexec.mainClass="parking.implementation.gui.MainApplication"