You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/11/16 11:18:37 UTC

[syncope] branch 2_1_X updated: [SYNCOPE-1395] POM fix

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new 8fbedbf  [SYNCOPE-1395] POM fix
8fbedbf is described below

commit 8fbedbf6ab7a123bb7f67d22e4d32fe1b2e7dada
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Fri Nov 16 12:18:19 2018 +0100

    [SYNCOPE-1395] POM fix
---
 core/persistence-jpa-pgjsonb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/persistence-jpa-pgjsonb/pom.xml b/core/persistence-jpa-pgjsonb/pom.xml
index 0fe11d7..da125d2 100644
--- a/core/persistence-jpa-pgjsonb/pom.xml
+++ b/core/persistence-jpa-pgjsonb/pom.xml
@@ -92,7 +92,7 @@ under the License.
           </dependency>
         </dependencies>
         <configuration>
-          <persistenceXmlFile>src/main/resources/persistence-enhance.xml</persistenceXmlFile> 
+          <persistenceXmlFile>${project.basedir}/src/main/resources/persistence-enhance.xml</persistenceXmlFile> 
           <includes>org/apache/syncope/core/persistence/jpa/entity/**/*.class</includes>
           <connectionDriverName>org.springframework.jdbc.datasource.DriverManagerDataSource</connectionDriverName>
           <connectionProperties>