Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix missing jboss-deployment-structure.xml file from Arquillian artif…
Browse files Browse the repository at this point in the history
…act.
  • Loading branch information
Carlos Munoz committed Jul 3, 2013
1 parent b47b48b commit 7562cdd
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -85,7 +85,7 @@ public boolean include(ArchivePath object)
archive.addAsResource(new ClassLoaderAsset("arquillian/components.properties"), "components.properties");
archive.addAsResource("import.sql");
archive.addAsResource("security.drl");
archive.addAsWebInfResource("src/main/webapp-jboss/WEB-INF/jboss-deployment-structure.xml");
archive.addAsWebInfResource(new File("src/main/webapp-jboss/WEB-INF/jboss-deployment-structure.xml"));
archive.addAsWebInfResource(new ClassLoaderAsset("arquillian/zanata.properties"), "classes/zanata.properties");
archive.setWebXML("arquillian/test-web.xml");

Expand Down

0 comments on commit 7562cdd

Please sign in to comment.