Add docs to default build
Add spring-boot-docs to the default profile so that imports by default into eclipse.
This commit is contained in:
parent
9942c52117
commit
125ab9f738
1
pom.xml
1
pom.xml
|
@ -72,6 +72,7 @@
|
||||||
<module>spring-boot</module>
|
<module>spring-boot</module>
|
||||||
<module>spring-boot-autoconfigure</module>
|
<module>spring-boot-autoconfigure</module>
|
||||||
<module>spring-boot-actuator</module>
|
<module>spring-boot-actuator</module>
|
||||||
|
<module>spring-boot-docs</module>
|
||||||
<module>spring-boot-starters</module>
|
<module>spring-boot-starters</module>
|
||||||
<module>spring-boot-cli</module>
|
<module>spring-boot-cli</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
Loading…
Reference in New Issue