assertEquals(entry.getValue(), mf.getMainAttributes().getValue(entry.getKey()));
}
for (String path : source)
{
assertTrue("Cannot find path in final artifact: " + path, artifact.doesResourceExist(path));
}
}
private String getResource(String path) throws IOException
{