project.getProperties().put("embedmongo.port", String.valueOf(port));
}
private ProcessOutput getOutputConfig() throws MojoFailureException {
LoggingStyle loggingStyle = LoggingStyle.valueOf(logging.toUpperCase());
switch (loggingStyle) {
case CONSOLE:
return Loggers.console();
case FILE: