aboutsummaryrefslogtreecommitdiffstats
path: root/testsuites/performance/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/performance/pom.xml')
-rw-r--r--testsuites/performance/pom.xml15
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