diff options
Diffstat (limited to 'context/pom.xml')
-rw-r--r-- | context/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/context/pom.xml b/context/pom.xml index 9fa599a39..2ebcf89b1 100644 --- a/context/pom.xml +++ b/context/pom.xml @@ -37,4 +37,21 @@ <module>context-management</module> <module>context-test-utils</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 |