aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pom.xml')
-rw-r--r--packages/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml
index f77401edd..0c7f91988 100644
--- a/packages/pom.xml
+++ b/packages/pom.xml
@@ -37,4 +37,21 @@
<module>apex-pdp-package-full</module>
<module>apex-pdp-docker</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>