Browse Source

Merge branch '1.4.x' into 1.5.x

pull/7164/head
Stephane Nicoll 9 years ago
parent
commit
2d995661f4
  1. 1
      spring-boot-docs/pom.xml
  2. 1
      spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

1
spring-boot-docs/pom.xml

@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
<disable.checks>true</disable.checks>
</properties>
<dependencies>
<dependency>

1
spring-boot-parent/src/checkstyle/checkstyle-suppressions.xml

@ -13,6 +13,7 @@ @@ -13,6 +13,7 @@
<suppress files="[\\/]src[\\/]test[\\/]java[\\/]" checks="Javadoc*" />
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocType" />
<suppress files="[\\/]autoconfigure[\\/]" checks="JavadocVariable" />
<suppress files="[\\/]spring-boot-docs[\\/]" checks="JavadocType" />
<suppress files="[\\/]spring-boot-samples[\\/]" checks="JavadocType" />
<suppress files="[\\/]spring-boot-deployment-tests[\\/]" checks="JavadocType" />
<suppress files="[\\/]spring-boot-integration-tests[\\/]" checks="JavadocType" />

Loading…
Cancel
Save