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

Commit

Permalink
fix arquillian deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Huang committed Nov 5, 2015
1 parent 43e4cb2 commit 1cbc58e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ public static Archive<?> createDeployment() {
!object.get().startsWith("/org/zanata/seam/MethodComponentAccessor") &&
!object.get().startsWith("/org/zanata/seam/SeamAutowire") &&
!object.get().startsWith("/org/zanata/seam/test") &&
!object.get().startsWith("/org/zanata/webtrans") &&
!object.get().startsWith("/org/zanata/webtrans/client") &&
notUnitTest(object);
};
archive.addPackages(true, archivePathFilter, "org.zanata");
Expand Down

0 comments on commit 1cbc58e

Please sign in to comment.