aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-common/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2020-07-13 09:41:28 +0100
committerliamfallon <liam.fallon@est.tech>2020-07-13 09:55:31 +0100
commitcfd849936ab0dba02df60c5a8509d83cb8c58fdb (patch)
treeedbdaaf25ee23994f7bbc9e5d882e3cd08d9bce1 /testsuites/integration/integration-common/pom.xml
parent3b1c78af2c59867d422a29ea4ff325ba25fea4cc (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to 'testsuites/integration/integration-common/pom.xml')
-rw-r--r--testsuites/integration/integration-common/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/testsuites/integration/integration-common/pom.xml b/testsuites/integration/integration-common/pom.xml
index 987d7fc1b..0ec51f3f7 100644
--- a/testsuites/integration/integration-common/pom.xml
+++ b/testsuites/integration/integration-common/pom.xml
@@ -97,21 +97,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>apexSite</id>
- <activation>
- <property>
- <name>apexSite</name>
- </property>
- </activation>
- <distributionManagement>
- <site>
- <id>${project.artifactId}-site</id>
- <url>${apex.adsite.prefix}/modules/testsuites/${project.parent.artifactId}/${project.artifactId}/</url>
- </site>
- </distributionManagement>
- </profile>
- </profiles>
</project>