From cfd849936ab0dba02df60c5a8509d83cb8c58fdb Mon Sep 17 00:00:00 2001 From: liamfallon Date: Mon, 13 Jul 2020 09:41:28 +0100 Subject: Remove old documentation from build apex-pdp had an in-line docuemntation build system built on asciidoc. It has proven to be very difficult to maintain and keep up to date and it is incompatible with the ONAP official RST/ReadTheDocs docuementation system. In the Dublin release, we converted the asciidoc documentation to RST format, and hae been updating the RST documentation since. The asciidoc docuemntation system is now so out of date that it is being removed. In this change, the "site" directory is removed from all modules in apex-pdp and a profile called "apexSite" is removed from the pom.xml file in all modules. Issue-ID: POLICY-2686 Change-Id: I645f3ed101159d356cd90e619cef791067ad5eb5 Signed-off-by: liamfallon --- examples/examples-periodic/pom.xml | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'examples/examples-periodic/pom.xml') diff --git a/examples/examples-periodic/pom.xml b/examples/examples-periodic/pom.xml index b4b591e71..dcbfd1084 100644 --- a/examples/examples-periodic/pom.xml +++ b/examples/examples-periodic/pom.xml @@ -70,24 +70,4 @@ - - - - apexSite - - - apexSite - - - - ${project.basedir}/src - - - - ${project.artifactId}-site - ${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/ - - - - -- cgit 1.2.3-korg