diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-21 11:52:15 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-21 11:52:22 -0500 |
commit | 07405ccfbfb8accad0c2e85b3d0b815ea4778826 (patch) | |
tree | 58d0781e72710b57cbed22c7456ee11a0f4c62ba /packages/policy-api-tarball | |
parent | 2a1e443f89099a781e3ea44a230bb7f592ac6ae8 (diff) |
Remove assembly warning
Use ${file.separator}
Issue-ID: POLICY-2329
Change-Id: I1e5def27e5cc87c86872c13df3db1347543e60e7
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages/policy-api-tarball')
-rw-r--r-- | packages/policy-api-tarball/src/main/package/tarball/assembly.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/policy-api-tarball/src/main/package/tarball/assembly.xml b/packages/policy-api-tarball/src/main/package/tarball/assembly.xml index e08be24d..c19bd082 100644 --- a/packages/policy-api-tarball/src/main/package/tarball/assembly.xml +++ b/packages/policy-api-tarball/src/main/package/tarball/assembly.xml @@ -27,7 +27,7 @@ <dependencySets> <dependencySet> <useProjectArtifact>true</useProjectArtifact> - <outputDirectory>/lib</outputDirectory> + <outputDirectory>${file.separator}lib</outputDirectory> <unpack>false</unpack> <scope>runtime</scope> <includes> @@ -43,7 +43,7 @@ <include>*.json</include> <include>*.xml</include> </includes> - <outputDirectory>/etc</outputDirectory> + <outputDirectory>${file.separator}etc</outputDirectory> <lineEnding>unix</lineEnding> <excludes> <exclude>*.formatted</exclude> @@ -55,7 +55,7 @@ <includes> <include>policy*</include> </includes> - <outputDirectory>/etc/ssl</outputDirectory> + <outputDirectory>${file.separator}etc${file.separator}ssl</outputDirectory> <lineEnding>keep</lineEnding> </fileSet> </fileSets> |