aboutsummaryrefslogtreecommitdiffstats
path: root/client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'client/pom.xml')
-rw-r--r--client/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/pom.xml b/client/pom.xml
index 1f046cd5a..6c10a2e69 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -39,4 +39,21 @@
<module>client-editor</module>
<module>client-full</module>
</modules>
+
+ <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.artifactId}/</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
</project> \ No newline at end of file