diff --git a/pom.xml b/pom.xml
index cec3825e6644f990a30775b7dd60d435e0d6decb..6d1f8cbdfb459ccf96d1af8f5600501f6556849b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,13 +299,14 @@
 						<include>**/*.java</include>
 					</includes>
 				</configuration>
-<!-- 				<executions> -->
-<!-- 					<execution> -->
-<!-- 						<goals> -->
-<!-- 							<goal>check</goal> -->
-<!-- 						</goals> -->
-<!-- 					</execution> -->
-<!-- 				</executions> -->
+				<executions>
+					<execution>
+						<phase>test</phase>
+						<goals>
+							<goal>format</goal>
+						</goals>
+					</execution>
+				</executions>
 			</plugin>
 		</plugins>
 	</build>