aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/pom.xml
diff options
context:
space:
mode:
authorDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-23 00:00:00 +0100
committerDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-23 00:01:29 +0100
commita4a992216c40138cda8501ee9bed971038b530a9 (patch)
tree96997e5d64e44b1bd620e1f1a5b890d9e3e9cc24 /testsuites/pom.xml
parentba229770202f6dcc0db13954743c935d4c8f4dc9 (diff)
Add docs for Testsuites package
Change-Id: I807ec0fe35775226b611567904a9ac4627b33775 Signed-off-by: Dinh Danh Le <dinh.danh.le@ericsson.com> Issue-ID: POLICY-867
Diffstat (limited to 'testsuites/pom.xml')
-rw-r--r--testsuites/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/pom.xml b/testsuites/pom.xml
index c7bbb61e5..95766ba81 100644
--- a/testsuites/pom.xml
+++ b/testsuites/pom.xml
@@ -34,4 +34,21 @@
<module>integration</module>
<module>performance</module>
</modules>
+
+ <profiles>
+ <profile>
+ <id>apexSite</id>
+ <activation>
+ <property>
+ <name>apexSite</name>
+ </property>
+ </activation>
+ <distributionManagement>
+ <site>
+ <id>${project.artifactId}-site</id>
+ <url>${apex.adsite.prefix}/modules/${project.artifactId}/</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
</project> \ No newline at end of file