summaryrefslogtreecommitdiffstats
path: root/context/context-test-utils/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'context/context-test-utils/pom.xml')
-rw-r--r--context/context-test-utils/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/context/context-test-utils/pom.xml b/context/context-test-utils/pom.xml
index 77ef30d2a..c73a10914 100644
--- a/context/context-test-utils/pom.xml
+++ b/context/context-test-utils/pom.xml
@@ -68,4 +68,21 @@
</exclusions>
</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/${project.parent.artifactId}/${project.artifactId}/</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
</project> \ No newline at end of file