/** {@inheritDoc} */
 @Override
 public void populateContextForCreate(Map<String, Object> context) {
   super.populateContextForCreate(context);
   context.put(CFG_SONAR_SERVER_CONFIGURED, Boolean.FALSE.toString());
   context.put(CFG_SONAR_PROJECT_CONFIGURED, Boolean.FALSE.toString());
 }