Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 184 Bytes

MAVEN.md

File metadata and controls

12 lines (6 loc) · 184 Bytes

Compile library

$ mvn compile

Compile tests

$ mv test

Execute tests

$ mvn exec:java -Dexec.mainClass=org.fiteagle.adapters.containers.Playground -Dexec.classpathScope=test