}
}
private void disableSharedLibrary() {
if (helper.isSharableProject()) {
ArtifactUpdater artifactUpdater = project.getLookup().lookup(ArtifactUpdater.class);
artifactUpdater.removeIvyArtifacts(this);
if (helper.getLibrariesLocation().equals(DEFAULT_SHARED_LIBRARY_PATH)) {
helper.setLibrariesLocation("");
}
}
}