From 125ab9f73876e3b920db9c5ece026d700f01361f Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Fri, 2 May 2014 17:58:12 +0100 Subject: [PATCH] Add docs to default build Add spring-boot-docs to the default profile so that imports by default into eclipse. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 2adf3556f6..8b9ac65e93 100644 --- a/pom.xml +++ b/pom.xml @@ -72,6 +72,7 @@ spring-boot spring-boot-autoconfigure spring-boot-actuator + spring-boot-docs spring-boot-starters spring-boot-cli