diff options
Diffstat (limited to 'model/model-api/pom.xml')
-rw-r--r-- | model/model-api/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/model/model-api/pom.xml b/model/model-api/pom.xml index 3fd4b27b5..53ecd6524 100644 --- a/model/model-api/pom.xml +++ b/model/model-api/pom.xml @@ -37,4 +37,21 @@ <version>${project.version}</version> </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 |