Skip to content

Instantly share code, notes, and snippets.

@Steve973
Created February 29, 2016 12:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Steve973/5cbf573fd81a49f7351a to your computer and use it in GitHub Desktop.
Save Steve973/5cbf573fd81a49f7351a to your computer and use it in GitHub Desktop.
test jar contents
META-INF/
example/itest/marker/IntegrationTest.class
example/
example/itest/
example/itest/marker/
spock/lang/MockingApi.class
spock/
spock/lang/
example/c2/itest/ExampleCommandAndControlIT.class
example/
example/c2/
example/c2/itest/
example/itest/ExampleTestSupport.class
example/itest/ExampleTestSupport$_createJavaArchive_closure1$_closure7.class
example/itest/ExampleTestSupport$_createJavaArchive_closure1.class
example/itest/ExampleTestSupport$_getOsgiService_closure2.class
example/itest/ExampleTestSupport$_findBundleByName_closure6.class
example/itest/ExampleTestSupport$_getOsgiService_closure3.class
example/itest/ExampleTestSupport$_explode_closure4.class
example/itest/ExampleTestSupport$_assertFeaturesInstalled_closure5.class
org/spockframework/lang/SpecInternals.class
org/
org/spockframework/
org/spockframework/lang/
spock/lang/Specification.class
META-INF/MANIFEST.MF
@bartoszmajsak
Copy link

Can you share the content of the final artifact deployed to your container? You can define that in arquillian.xml by putting following element at the beginning:

<engine>
  <property name="deploymentExportPath">target/deployments</property>
</engine>

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