From 59d8605864f274eb1ec40f8017484bbd7762d8af Mon Sep 17 00:00:00 2001 From: rwetherall Date: Mon, 8 May 2017 12:50:46 +1000 Subject: [PATCH] Add info to README's on how to install lombok plugin for IDEs --- rm-automation/rm-automation-community-rest-api/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rm-automation/rm-automation-community-rest-api/README b/rm-automation/rm-automation-community-rest-api/README index 907f41ab0a..b5f976aa8b 100644 --- a/rm-automation/rm-automation-community-rest-api/README +++ b/rm-automation/rm-automation-community-rest-api/README @@ -1,3 +1,8 @@ FIXME: Add more info to the README file -In order to change the value of a property in "config.properties" create a file called "local.properties" under src/test/resources and redefine the property with the new value. \ No newline at end of file +In order to change the value of a property in "config.properties" create a file called "local.properties" under src/test/resources and redefine the property with the new value. + +Install lombok plugin for IDEs: +------------------------------- + +Follow the instructions here http://jnb.ociweb.com/jnb/jnbJan2010.html to install lombok plugin for IDEs. \ No newline at end of file