Ron Smeral created DELTASPIKE-412:
-------------------------------------

             Summary: Data-Module needs wildfly-managed profile
                 Key: DELTASPIKE-412
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-412
             Project: DeltaSpike
          Issue Type: Bug
          Components: Data-Module, Tests
         Environment: WildFly
            Reporter: Ron Smeral


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>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to