Last active
December 26, 2015 05:08
-
-
Save rand0m86/7098108 to your computer and use it in GitHub Desktop.
Arquillian save archive to disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
archive.as(ZipExporter.class).exportTo( | |
new File("C:/myPackage.jar"), true); | |
return archive; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is helpful for debugging