diff options
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> |