diff --git a/pom.xml b/pom.xml
index 5843dda71..8afa254ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -297,10 +297,9 @@
                         </configuration>
                         <executions>
                             <execution>
-                                <id></id>
                                 <phase>validate</phase>
                                 <goals>
-                                    <goal>write</goal>
+                                    <goal>check</goal>
                                 </goals>
                             </execution>
                         </executions>