return manifest;
String manifestLocation = getManifestLocation();
if (StringUtils.hasText(manifestLocation)) {
logger.info("Using Manifest from specified location=[" + getManifestLocation() + "]");
DefaultResourceLoader loader = new DefaultResourceLoader();
manifest = createManifestFrom(loader.getResource(manifestLocation));
}
else {
// set root path
jarCreator.setRootPath(getRootPath());