From: Jim Hahn Date: Thu, 16 Jan 2020 18:51:21 +0000 (-0500) Subject: Add missing property file to xacml tarball X-Git-Tag: 2.2.0~27 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F90%2F100390%2F1;p=policy%2Fxacml-pdp.git Add missing property file to xacml tarball When attempting to run the xacml-pdp CSIT, the log file contains a complain about a missing apps/naming/xacml.properties file; it was missing from the tarball. Issue-ID: POLICY-1586 Signed-off-by: Jim Hahn Change-Id: Ie967efb9b82b0aabe513df9ea213867faca06840 --- 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 01df075f..735f8140 100644 --- a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml @@ -86,7 +86,7 @@ /apps/guard unix - + ${project.basedir}/src/main/resources/apps/monitoring @@ -95,7 +95,16 @@ /apps/monitoring unix - + + ${project.basedir}/src/main/resources/apps/naming + + + *.properties + + /apps/naming + unix + + ${project.basedir}/src/main/resources/apps/optimization