aboutsummaryrefslogtreecommitdiffstats
path: root/model/policy-model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'model/policy-model/pom.xml')
-rw-r--r--model/policy-model/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/model/policy-model/pom.xml b/model/policy-model/pom.xml
index e6e4d4858..e29349959 100644
--- a/model/policy-model/pom.xml
+++ b/model/policy-model/pom.xml
@@ -69,4 +69,20 @@
</plugins>
</build>
+ <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