-
Install Java Development Kit
Windows (7): Download and install JDK 1.8 at Oracle JDK
Linux (Ubuntu): Run command
sudo apt-get install openjdk-8-jdk
-
Download Apache Maven at Apache Repository
-
Add Maven binary to system path
Windows (7): Control Panel> System and Security> System> Advanced system settings> Environment variables> System variables> Choose 'Path'> Edit> Add "[Maven directory]/bin" to path (; is separator) > OK> OK> OK
Linux (Ubuntu): Run command
export PATH=$PATH:[Maven directory]/bin
- Go to project folder and execute command:
mvn test