Browse Source

Add maven-compler-plugin to starter POM

Add maven-compler-plugin to starter POM in an attempt to fix drone.io
errors downstream.
pull/50/head
Phillip Webb 12 years ago
parent
commit
f7b69fd009
  1. 5
      spring-boot-starters/spring-boot-starter-parent/pom.xml

5
spring-boot-starters/spring-boot-starter-parent/pom.xml

@ -290,6 +290,11 @@
</plugin> </plugin>
</plugins> </plugins>
</pluginManagement> </pluginManagement>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
</plugins>
</build> </build>
<profiles> <profiles>
<profile> <profile>

Loading…
Cancel
Save