aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/integration/integration-context-test/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/integration/integration-context-test/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/integration/integration-context-test/pom.xml')
-rw-r--r--testsuites/integration/integration-context-test/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuites/integration/integration-context-test/pom.xml b/testsuites/integration/integration-context-test/pom.xml
index 4d1398772..1284ff789 100644
--- a/testsuites/integration/integration-context-test/pom.xml
+++ b/testsuites/integration/integration-context-test/pom.xml
@@ -77,4 +77,20 @@
</dependency>
</dependencies>
+ <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> \ No newline at end of file