private boolean createFK;
public void execute() throws MojoExecutionException, MojoFailureException {
Injector injector = DIBootstrap.createInjector(new ToolModule());
AdhocObjectFactory objectFactory = injector.getInstance(AdhocObjectFactory.class);
Log logger = new MavenLogger(this);
logger.info(String.format("connection settings - [driver: %s, url: %s, username: %s]", driver, url, username));