public void addArtifact(Artifact artifact) {
    artifactKeys.add(artifact.getKey());

    // artifact.setParent(this);
  }