webInterfaceService = null;
}
}
private Persistence getPersistence() throws MojoExecutionException {
Persistence persistence;
try {
persistence = Persistence.create(getJdbcData());
} catch (PersistenceException e) {
throw new MojoExecutionException("DB model exception occured", e);
}