pom.xml
file.
The packaged jar file will be in target
folder of JavaSamples.
[xml]
<groupId>com.java.samples</groupId>
<artifactId>JavaSamples</artifactId>
<version>1.0</version>
<packaging>jar</packaging>[/xml]
mvn test
command. The reports will also be available in target\surefire-reports.