diff options
author | waynedunican <wayne.dunican@est.tech> | 2022-05-05 09:25:49 +0100 |
---|---|---|
committer | Wayne Dunican <wayne.dunican@est.tech> | 2022-05-17 17:07:41 +0100 |
commit | 86c91fd09daeb36367bf4c99eda9a52b4523521b (patch) | |
tree | e69f3c4ab904b879b0ce7c914dd7c091ba09bc63 /packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml | |
parent | 0949037a3ba7b646183acdeff83473527783b5ca (diff) |
Support postgres in XACML-PDP
Issue-ID: POLICY-4187
Change-Id: Ifed655e214ce95b9cc8208cd5b0907e7bb00b463
Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml')
-rw-r--r-- | packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml index 1f5e7164..354b12a7 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved. + Modifications Copyright (C) 2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -78,6 +79,24 @@ <lineEnding>unix</lineEnding> </fileSet> <fileSet> + <directory>${project.basedir}/src/main/resources/postgres/bin + </directory> + <includes> + <include>*.sh</include> + </includes> + <outputDirectory>${file.separator}postgres${file.separator}bin</outputDirectory> + <lineEnding>unix</lineEnding> + </fileSet> + <fileSet> + <directory>${project.basedir}/src/main/resources/postgres/sql + </directory> + <includes> + <include>*.sql</include> + </includes> + <outputDirectory>${file.separator}postgres${file.separator}sql</outputDirectory> + <lineEnding>unix</lineEnding> + </fileSet> + <fileSet> <directory>${project.basedir}/src/main/resources/apps/guard </directory> <includes> |