aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorJim Hahn <jrh3@att.com>2020-01-16 13:51:21 -0500
committerJim Hahn <jrh3@att.com>2020-01-16 13:51:21 -0500
commitf749adbafe6fe76cca1ceea974d26ef590d546c9 (patch)
tree27eb2a2da3a91e9b9e9ad1641228afddc9312a40 /packages
parentcdedcbdd85bb5c0cd2db390c9d07924129f86ac2 (diff)
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 <jrh3@att.com> Change-Id: Ie967efb9b82b0aabe513df9ea213867faca06840
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-xacmlpdp-tarball/src/main/package/tarball/assembly.xml13
1 files changed, 11 insertions, 2 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 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 @@
<outputDirectory>/apps/guard</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
- <fileSet>
+ <fileSet>
<directory>${project.basedir}/src/main/resources/apps/monitoring
</directory>
<includes>
@@ -95,7 +95,16 @@
<outputDirectory>/apps/monitoring</outputDirectory>
<lineEnding>unix</lineEnding>
</fileSet>
- <fileSet>
+ <fileSet>
+ <directory>${project.basedir}/src/main/resources/apps/naming
+ </directory>
+ <includes>
+ <include>*.properties</include>
+ </includes>
+ <outputDirectory>/apps/naming</outputDirectory>
+ <lineEnding>unix</lineEnding>
+ </fileSet>
+ <fileSet>
<directory>${project.basedir}/src/main/resources/apps/optimization
</directory>
<includes>