Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
WildFly
Description
Some Data-Module tests fail because they can't find files from resources-jbossas7.
The modules/data/impl/pom.xml needs:
<profile>
<id>wildfly-managed</id>
<build>
<testResources>
<testResource>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<directory>src/test/resources-jbossas7</directory>
</testResource>
</testResources>
</build>
</profile>