diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-01-23 18:20:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-23 18:20:57 +0000 |
commit | 53cfbb776e2951fd8fc00b302acf68e543f1280b (patch) | |
tree | a26f3497133c0cd176629c1845e1e19cee63314b | |
parent | bcfdaa56e8a29d81b370bd31bb6e11d90c7bd209 (diff) | |
parent | ff4d40bdc7a729ab01b4f2555cbea1f2670c817b (diff) |
Merge "Remove assembly warning"
-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> |