This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push: new 2ffb856 Adding spring-orm XML files for persistence-jpa-json to archetype 2ffb856 is described below commit 2ffb856949c0f13eba1d32d3fd7630306f28973f Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Tue Oct 22 17:03:36 2019 +0200 Adding spring-orm XML files for persistence-jpa-json to archetype --- archetype/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/archetype/pom.xml b/archetype/pom.xml index 9a5cc64..d8564e1 100644 --- a/archetype/pom.xml +++ b/archetype/pom.xml @@ -148,6 +148,13 @@ under the License. <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/main/resources</targetPath> </resource> <resource> + <directory>../core/persistence-jpa-json/src/main/resources/</directory> + <includes> + <include>META-INF/*</include> + </includes> + <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/main/resources</targetPath> + </resource> + <resource> <directory>../core/persistence-jpa/src/test/resources/domains</directory> <targetPath>${project.build.outputDirectory}/archetype-resources/core/src/test/resources/domains</targetPath> </resource>