diff options
author | ramverma <ram.krishna.verma@est.tech> | 2019-02-07 12:02:07 +0000 |
---|---|---|
committer | ramverma <ram.krishna.verma@est.tech> | 2019-02-07 12:02:07 +0000 |
commit | 48a745734533d42e2d9e7b9d04d08cbe8ee1b62c (patch) | |
tree | ebbe4fd649cce4950db81bd76501042701c3aee4 /packages/policy-distribution-tarball | |
parent | b5f4934afdc2601c925e83458d0e3d136c36cf1c (diff) |
Fix docker build in policy/distribution
policyLoger.properties file was removed as part of moving to slf4j
for logging. But the assembly.xml file was still refering to it. Since
the file was not there the /bin directory was missing from the
created package. Resulting in docker builds failing.
Change-Id: Ia800c949d180d592aa0adb6cf61773b37329be48
Issue-ID: POLICY-1346
Signed-off-by: ramverma <ram.krishna.verma@est.tech>
Diffstat (limited to 'packages/policy-distribution-tarball')
-rw-r--r-- | packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml b/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml index 351fe7e3..af3d5774 100644 --- a/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml @@ -37,14 +37,6 @@ </dependencySets> <fileSets> <fileSet> - <directory>${project.basedir}/src/main/resources</directory> - <includes> - <include>policyLogger.properties</include> - </includes> - <outputDirectory>/bin/config</outputDirectory> - <lineEnding>unix</lineEnding> - </fileSet> - <fileSet> <directory>${project.basedir}/src/main/resources/etc </directory> <includes> |