Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.27 KB

README.md

File metadata and controls

35 lines (25 loc) · 1.27 KB

Risk Game

Actions Status

A Risk Game implementation according to Warzone rules.

Generated documentation:

Setup, Configuration and Usage

Execution Requirements

  • Java 15 Runtime Environment

Build Requirements

  • Java 15 SDK
  • JAVA_HOME environment variable set to the root Java directory. Example: C:\Users\Username\.jdks\openjdk-15.0.1\
  • JAVA_PATH environment variable set to the bin Java directory. Example: C:\Users\Username\.jdks\openjdk-15.0.1\bin\

Maven Usage

The repository includes a Maven wrapper mvnw that can be used to execute all necessary Maven commands.

Some of the useful commands include:

Command Description
mvnw compile Compiles the project
mvnw test Runs the unit tests
mvnw package Creates a jar package for the application
mvnw clean Clears the target directory
mvnw surefire-report:report Generates an HTML test report
mvnw javadoc:javadoc Generates Javadoc
mvnw exec:java Executes the application