Remove assembly warning 82/100682/1
authorPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Jan 2020 13:46:04 +0000 (08:46 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Thu, 23 Jan 2020 13:46:13 +0000 (08:46 -0500)
Replease with ${file.separator}

Issue-ID: POLICY-2329
Change-Id: I48567726f3540dddbd9d93fa306b8c7244c33bfc
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml

index af3d577..993e266 100644 (file)
@@ -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>