Details
Description
The build.xml in the latest trunk repository will reset content in conf folder to default. For instance, issuing `ant package` will reset the content in conf/groomservers to localhost, which is default. The patch provided allows developers passing a parameter `-Dresetconf=false` so that the build process will not reset content back to default if developer wants to preserve the change to configuration files. The default behavior is not change i.e. executing command like `ant package` will still reset content in conf files back to default.