summaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-01-23 08:46:04 -0500
committerPamela Dragosh <pdragosh@research.att.com>2020-01-23 08:46:13 -0500
commitff4d40bdc7a729ab01b4f2555cbea1f2670c817b (patch)
tree60bac87516e91d8068e2ce1c01cdbd69820a5ef6 /packages
parent34efd97cdb8c964b6207da965a2f70622e091ab5 (diff)
Remove assembly warning
Replease with ${file.separator} Issue-ID: POLICY-2329 Change-Id: I48567726f3540dddbd9d93fa306b8c7244c33bfc Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml7
1 files changed, 4 insertions, 3 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 af3d5774..993e2663 100644
--- a/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml
+++ b/packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml
@@ -1,6 +1,7 @@
<!--
============LICENSE_START=======================================================
Copyright (C) 2018 Ericsson. All rights reserved.
+ Modifications Copyright (C) 2020 AT&T. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,7 +28,7 @@
<dependencySets>
<dependencySet>
<useProjectArtifact>true</useProjectArtifact>
- <outputDirectory>/lib</outputDirectory>
+ <outputDirectory>${file.separator}lib</outputDirectory>
<unpack>false</unpack>
<scope>runtime</scope>
<includes>
@@ -43,7 +44,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 +56,7 @@
<includes>
<include>policy*</include>
</includes>
- <outputDirectory>/etc/ssl</outputDirectory>
+ <outputDirectory>${file.separator}etc${file.separator}ssl</outputDirectory>
<lineEnding>keep</lineEnding>
</fileSet>
</fileSets>