aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Mokry <michael.mokry@att.com>2019-04-11 14:22:37 -0500
committerMichael Mokry <michael.mokry@att.com>2019-04-11 14:26:09 -0500
commit654d36993c355ef2afef5e91666d6da2d77cae43 (patch)
tree9146a6f0ac29a50ba86d599bdba8fbdd5d4c8f1c
parent4013653daa38a7fe1b9ffcae02e27d0bc411ac8f (diff)
The final fix for xacml-pdp CSIT failure
Bilal found the issue in assembly.xml, we needed to add properties to the <include> Change-Id: Icb84db76b8a4ab240e3ad9c562334dab116a118b Issue-ID: POLICY-1449 Signed-off-by: Michael Mokry <michael.mokry@att.com>
-rw-r--r--packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml1
1 files changed, 1 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 e08be24d..6da77283 100644
--- a/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
+++ b/packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml
@@ -42,6 +42,7 @@
<includes>
<include>*.json</include>
<include>*.xml</include>
+ <include>*.properties</include>
</includes>
<outputDirectory>/etc</outputDirectory>
<lineEnding>unix</lineEnding>