if (artifactURIsProcessed.contains(uriWithinEAR)) {
return;
}
final URI uriWithinAnchor = earDirUserURI(dc()).resolve(uriWithinEAR);
Artifacts.FullAndPartURIs fileDependency =
new FullAndPartURIs(fileURI, uriWithinAnchor);
downloadsForReferencedArtifacts.add(fileDependency);
signedJARManager.addJAR(uriWithinAnchor, fileURI);
recordArtifactAsProcessed(artifactURIsProcessed, downloadsForThisArtifact);
Manifest jarManifest;