From a41c877a6b1980e0e866699633e0289d9a3fdbb5 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 5 Sep 2018 15:46:31 +0100 Subject: Fix package of apex examples and documents The examples are not packaged correctly in the apex build and the client wars are missing The links and location of the documents are corrected. Some POM duplicate dependencies removed. Javadoc warnings removed. Issue-ID: POLICY-867 Change-Id: I555c29191c61c0a9887365d95005dbc584eddf04 Signed-off-by: liamfallon --- .../src/main/package/tarball/assembly.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml') diff --git a/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml b/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml index 1080506b6..6dd024f2d 100644 --- a/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml +++ b/packages/apex-pdp-package-full/src/main/package/tarball/assembly.xml @@ -26,7 +26,7 @@ true - /lib + lib false runtime @@ -35,7 +35,7 @@ true - /war + war false runtime @@ -49,7 +49,7 @@ * - /bin + bin 0755 unix @@ -61,7 +61,7 @@ **/* - /etc + etc unix *.formatted @@ -72,7 +72,7 @@ **/* - /examples + examples unix *.formatted @@ -83,7 +83,7 @@ **/* - /etc + etc unix *.formatted @@ -94,7 +94,7 @@ **/* - /examples + examples unix *.formatted @@ -105,7 +105,7 @@ **/* - /lib + lib *.formatted @@ -116,7 +116,7 @@ readme_examples-servlet.txt - /war + war -- cgit 1.2.3-korg