spring-boot/spring-boot-docs
Andy Wilkinson 8f5b88c394 Ensure that javadoc is generated in a full build
For reasons that I don’t understand, Maven has decided to stop running
the javadoc:jar task as part of the package phase. It appears to be
related to the addition of the build-helper plugin in
spring-boot-dependencies. Binding javadoc:jar to the prepare-package
phase convinces Maven to run it, apparently without any unwanted side
effects.
2015-05-07 17:17:41 +01:00
..
src/main Support bom-based dependency management in the CLI 2015-05-07 14:58:23 +01:00
pom.xml Ensure that javadoc is generated in a full build 2015-05-07 17:17:41 +01:00