The final fix for xacml-pdp CSIT failure 17/85117/1
authorMichael Mokry <michael.mokry@att.com>
Thu, 11 Apr 2019 19:22:37 +0000 (14:22 -0500)
committerMichael Mokry <michael.mokry@att.com>
Thu, 11 Apr 2019 19:26:09 +0000 (14:26 -0500)
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>
packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml

index e08be24..6da7728 100644 (file)
@@ -42,6 +42,7 @@
             <includes>
                 <include>*.json</include>
                 <include>*.xml</include>
+                <include>*.properties</include>
             </includes>
             <outputDirectory>/etc</outputDirectory>
             <lineEnding>unix</lineEnding>