Update instructions for building the docs in the README

As a result of ccaa19d5, the documentation is now built in the
prepare-package phase.
This commit is contained in:
Andy Wilkinson 2016-07-20 20:54:42 +01:00
parent 9553678e1b
commit 8d79cce591
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ Once this is done, you can build the reference documentation with the command be
[indent=0] [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` TIP: The generated documentation is available from `spring-boot-docs/target/contents/reference`