Browse Source

Merge branch '1.5.x' into 2.0.x

pull/13274/head
Phillip Webb 8 years ago
parent
commit
dba73d76b8
  1. 5
      spring-boot-project/spring-boot-parent/pom.xml

5
spring-boot-project/spring-boot-parent/pom.xml

@ -578,6 +578,11 @@
<groupId>io.spring.javaformat</groupId> <groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId> <artifactId>spring-javaformat-maven-plugin</artifactId>
<version>${spring-javaformat.version}</version> <version>${spring-javaformat.version}</version>
<configuration>
<excludes>
<exclude>**/HelpMojo.java</exclude>
</excludes>
</configuration>
<executions> <executions>
<execution> <execution>
<phase>validate</phase> <phase>validate</phase>

Loading…
Cancel
Save