Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 476 Bytes

tax-calculator-app

getting started

Clone the repo:

$ git clone https://github.com/omar-meshaal/sales-tax-calculator.git

requirements

  • JDK 8
  • Maven 3.5

install

mvn install

Intellij

import as maven project

Compile

mvn compile

Test

mvn test

Run

From the sales-tax-calculator directory, run:

java -cp ./target/classes com.ibm.bluemix.SalesTaxCalculator

or

mvn compile exec:java -Dexec.mainClass="com.ibm.bluemix.SalesTaxCalculator"