diff options
Diffstat (limited to 'context/context-management/pom.xml')
-rw-r--r-- | context/context-management/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/context/context-management/pom.xml b/context/context-management/pom.xml index b05c76a71..3826ba6dc 100644 --- a/context/context-management/pom.xml +++ b/context/context-management/pom.xml @@ -46,4 +46,21 @@ <artifactId>gson</artifactId> </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 |