* Set of artifacts which have already been installed, so we can skip any processing.
*/
private Set installedArtifacts = new HashSet();
protected void doExecute() throws Exception {
DependencyTree dependencies = dependencyHelper.getDependencies(project);
generateExplicitVersionProperties(explicitResolutionProperties, dependencies);
//
// TODO: Check if we need to use the Maven2RepositoryAdapter here or not...
//