Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 584 Bytes

File metadata and controls

17 lines (11 loc) · 584 Bytes

Triangle

An application that provides a service to determine if a triangle is of type equilateral, isosceles or scalene.

Build

The project is built with maven.

Command for running the tests: mvn clean test

Command for creating runnable jar: mvn clean package

RUN

Command for running the jar file; java -jar target/Triangle-1.0-SNAPSHOT-jar-with-dependencies.jar

Build and run command: mvn clean package && java -jar && target/Triangle-1.0-SNAPSHOT-jar-with-dependencies.jar

Descripton

A description of this project can be found in the TriangleDescription PDF