if(args.debug) {
System.out.println("<VERBOSE> Portlet Context: "+ args.destinationDirectory.getAbsolutePath());
}
webAppDescriptorService = new FileWebAppDescriptorServiceImpl(args.destinationDirectory);
portletAppDescriptorService = new FilePortletAppDescriptorServiceImpl(args.destinationDirectory);
Deploy deploy = new Deploy(webAppDescriptorService, portletAppDescriptorService);
deploy.setDebug(args.debug);
deploy.setExploder(exploder);