Skip to content

Commit

Permalink
infinispangh-10 Add jboss-deployment-structure.xml file to help deplo…
Browse files Browse the repository at this point in the history
…yments

* If manifest is not generated, this XML file is required in order
for deployment to succeed.
  • Loading branch information
galderz committed Oct 27, 2014
1 parent e655586 commit b9b7d31
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions jboss-as7/src/main/webapp/WEB-INF/jboss-deployment-structure.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- This file is necessary if the deployment archive is constructed without a
manifest file with `org.infinispan` in its Dependencies section. If deploying
using Maven JBoss/Wildfly deploy plugin, the manifest with the correct
dependencies is generated at build time -->
<jboss-deployment-structure>
<deployment>
<dependencies>
<module name="org.infinispan" />
</dependencies>
</deployment>
</jboss-deployment-structure>

0 comments on commit b9b7d31

Please sign in to comment.