aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/plugins-event/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/plugins-event/pom.xml')
-rw-r--r--plugins/plugins-event/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/plugins-event/pom.xml b/plugins/plugins-event/pom.xml
index c48b8aefa..ef37aa1fc 100644
--- a/plugins/plugins-event/pom.xml
+++ b/plugins/plugins-event/pom.xml
@@ -45,4 +45,21 @@
<module>plugins-event-carrier</module>
<module>plugins-event-protocol</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.parent.artifactId}/${project.artifactId}/</url>
+ </site>
+ </distributionManagement>
+ </profile>
+ </profiles>
</project> \ No newline at end of file