xxxxxxxxxx
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>${surefire-plugin.version}</version>
<configuration>
<systemPropertyVariables>
<skipTests>true</skipTests>
</systemPropertyVariables>
</configuration>
</plugin>