From f45ed0e56c44a990f482a1d0496ced1fb52d91f1 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Sat, 26 May 2018 08:41:21 -0700 Subject: [PATCH] Don't validate HelpMojo formatting The `HelpMojo` class is always generated and it should not be checked for formatting. See gh-13255 --- spring-boot-parent/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/spring-boot-parent/pom.xml b/spring-boot-parent/pom.xml index f805ac84ac0..4df432ffb7f 100644 --- a/spring-boot-parent/pom.xml +++ b/spring-boot-parent/pom.xml @@ -506,6 +506,11 @@ io.spring.javaformat spring-javaformat-maven-plugin ${spring-javaformat.version} + + + **/HelpMojo.java + + validate