getLog().debug("Resolved target artifact to " + artifactFile.toString());
Closer closer = Closer.create();
Container container = new Container(artifactFile.getName());
try {
ZipInputStream zis = closer.register(new ZipInputStream(new BufferedInputStream(new FileInputStream(artifactFile))));