Fix location of persistence.xml file.
This commit is contained in:
parent
5c89d4c9b6
commit
257e681405
1 changed files with 3 additions and 6 deletions
7
pom.xml
7
pom.xml
|
@ -373,11 +373,8 @@
|
|||
|
||||
<resources>
|
||||
<resource>
|
||||
<directory>src/main/resources/META-INF</directory>
|
||||
<targetPath>META-INF</targetPath>
|
||||
<includes>
|
||||
<include>persistence.xml</include>
|
||||
</includes>
|
||||
<filtering>true</filtering>
|
||||
<directory>src/main/resources</directory>
|
||||
</resource>
|
||||
</resources>
|
||||
|
||||
|
|
Loading…
Reference in a new issue