diff options
author | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-23 00:00:00 +0100 |
---|---|---|
committer | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-23 00:01:29 +0100 |
commit | a4a992216c40138cda8501ee9bed971038b530a9 (patch) | |
tree | 96997e5d64e44b1bd620e1f1a5b890d9e3e9cc24 /testsuites/performance/pom.xml | |
parent | ba229770202f6dcc0db13954743c935d4c8f4dc9 (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/performance/pom.xml')
-rw-r--r-- | testsuites/performance/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 5f10d8f5e..f8c53229b 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -55,5 +55,20 @@ <module>performance-benchmark-test</module> </modules> </profile> + + <profile> + <id>apexSite</id> + <activation> + <property> + <name>apexSite</name> + </property> + </activation> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url> + </site> + </distributionManagement> + </profile> </profiles> </project>
\ No newline at end of file |