From 8d79cce591bc4fe84e55b8dc6e7f235586f8274d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 20 Jul 2016 20:54:42 +0100 Subject: [PATCH] Update instructions for building the docs in the README As a result of ccaa19d5, the documentation is now built in the prepare-package phase. --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index 4e001bf8b3..581a35e72b 100755 --- a/README.adoc +++ b/README.adoc @@ -139,7 +139,7 @@ Once this is done, you can build the reference documentation with the command be [indent=0] ---- - $ ./mvnw clean generate-resources -pl spring-boot-docs -Pdefault,full + $ ./mvnw clean prepare-package -pl spring-boot-docs -Pdefault,full ---- TIP: The generated documentation is available from `spring-boot-docs/target/contents/reference`