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:
parent
9553678e1b
commit
8d79cce591
|
@ -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…
Reference in New Issue