hibernate-examples
hibernate-examples copied to clipboard
The standalone-data-jpa would not build for me on a fresh checkout. Aft...
trafficstars
...er moving the test resources (non-java files) to /src/test/resources, the build succeeded. This is expected: by default a Maven build will not copy non-Java files to the target directory unless they are in the resources directory.