aboutsummaryrefslogtreecommitdiffstats
path: root/examples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index ce0a82ff1..32e819a04 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -44,4 +44,21 @@
<module>examples-onap-vcpe</module>
<module>examples-servlet</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