You are missing one of the plugins in your POM.xml just add the following plugins
and you mvn clean install
Add the Surface Plugin
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.19.1</version>