diff options
-rw-r--r-- | packages/policy-distribution-tarball/src/main/package/tarball/assembly.xml | 7 |
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> |