Browse Source

Update instructions for building the docs in the README

As a result of ccaa19d5, the documentation is now built in the
prepare-package phase.
pull/6437/head
Andy Wilkinson 10 years ago
parent
commit
8d79cce591
  1. 2
      README.adoc

2
README.adoc

@ -139,7 +139,7 @@ Once this is done, you can build the reference documentation with the command be @@ -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`

Loading…
Cancel
Save