diff options
Diffstat (limited to 'testsuites/performance/performance-context-metrics/pom.xml')
-rw-r--r-- | testsuites/performance/performance-context-metrics/pom.xml | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/testsuites/performance/performance-context-metrics/pom.xml b/testsuites/performance/performance-context-metrics/pom.xml index 302bfe7a1..9ac359372 100644 --- a/testsuites/performance/performance-context-metrics/pom.xml +++ b/testsuites/performance/performance-context-metrics/pom.xml @@ -73,4 +73,21 @@ <scope>test</scope> </dependency> </dependencies> -</project> + + <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 |