Suppress any maven plugin (java)
If you need to skip a plugin because you need to build quickly just for testing then you can try the following:
<plugin>
<groupId>com.test.common</groupId>
<artifactId>generic-plugin</artifactId>
<executions>
<execution>…