aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-21 12:02:19 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-21 12:02:23 -0500
commit736a330b2945a4eb597de58158550de72fb46483 (patch)
tree2de7a71eec4af41e5f7ddc2a0b1d7bbfea3bf886 /packages
parent1fdc00a18235a4ffc1efb9750f5a32093591e6d8 (diff)
Remove assembly warning
Use ${file.separator} Issue-ID: POLICY-2329 Change-Id: Ide6276abe1fb7b5eb5b6553ac1d114d0d8a9eb34 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-pap-tarball/src/main/package/tarball/assembly.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml b/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml
index 1bad6c90..9a4e018f 100644
--- a/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml
+++ b/packages/policy-pap-tarball/src/main/package/tarball/assembly.xml
@@ -28,7 +28,7 @@
<dependencySets>
<dependencySet>
<useProjectArtifact>true</useProjectArtifact>
- <outputDirectory>/lib</outputDirectory>
+ <outputDirectory>${file.separator}lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<includes>
@@ -45,7 +45,7 @@
<include>*.properties</include>
<include>*.xml</include>
</includes>
- <outputDirectory>/etc</outputDirectory>
+ <outputDirectory>${file.separator}etc</outputDirectory>
<lineEnding>unix</lineEnding>
<excludes>
<exclude>*.formatted</exclude>
@@ -57,7 +57,7 @@
<includes>
<include>policy*</include>
</includes>
- <outputDirectory>/etc/ssl</outputDirectory>
+ <outputDirectory>${file.separator}etc${file.separator}ssl</outputDirectory>
<lineEnding>keep</lineEnding>
</fileSet>
</fileSets>