If you do not want to change your pom.xml you may set the skip to true from command line using the –D option.
This was mentioned above as “overridden the skip parameter within an execution”.
This is quite similar to -Dmaven.test.skip=true usage.
mvn site -Dcheckstyle.skip=true