Skip to content

Instantly share code, notes, and snippets.

@rand0m86
Last active December 26, 2015 05:08
Show Gist options
  • Save rand0m86/7098108 to your computer and use it in GitHub Desktop.
Save rand0m86/7098108 to your computer and use it in GitHub Desktop.
Arquillian save archive to disk
archive.as(ZipExporter.class).exportTo(
new File("C:/myPackage.jar"), true);
return archive;
@rand0m86
Copy link
Author

Is helpful for debugging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment