Apply animal sniffer to entire build

Move animal sniffer configuration out of spring-boot-dependencies to
spring-boot-parent and apply it to all projects.

See gh-716
This commit is contained in:
Phillip Webb
2015-04-06 19:47:22 -07:00
parent 59692cd938
commit 8143d1f36d
7 changed files with 48 additions and 35 deletions

View File

@@ -201,12 +201,4 @@
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>