diff --git a/docs/src/main/asciidoc/building-base.adoc b/docs/src/main/asciidoc/building-base.adoc index e23d43a4..6856a033 100644 --- a/docs/src/main/asciidoc/building-base.adoc +++ b/docs/src/main/asciidoc/building-base.adoc @@ -87,6 +87,8 @@ following command: The generated eclipse projects can be imported by selecting `import existing projects` from the `file` menu. +ifndef::no_lombok[] + ==== Adding Project Lombok Agent Spring Cloud uses http://projectlombok.org/features/index.html[Project Lombok] @@ -112,7 +114,7 @@ or you will encounter compile problems. It also needs a specific version of mave enabled. Intellij 14.1+ requires some configuration to ensure these are setup properly. 1. Click Preferences, Plugins. *Ensure Lombok is installed* - 2. Click New, Project from Existing Sources, choose your spring-cloud-sleuth directory + 2. Click New, Project from Existing Sources, choose your spring-cloud project directory 3. Choose Maven, and select Environment Settings. *Ensure you are using Maven 3.3.3* 4. In the next screen, *Select the profile `spring`* click Next until Finish. 5. Click Preferences, "Build, Execution, Deployment", Compiler, Annotation Processors. *Click Enable Annotation Processing* @@ -120,3 +122,5 @@ enabled. Intellij 14.1+ requires some configuration to ensure these are setup pr ==== Importing into other IDEs Maven is well supported by most Java IDEs. Refer to you vendor documentation. + +endif::no_lombok[]