diff options
Diffstat (limited to 'model/pom.xml')
-rw-r--r-- | model/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/model/pom.xml b/model/pom.xml index ec9d19fc0..0ba732a47 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -51,4 +51,21 @@ <module>engine-model</module> <module>model-api</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 |