aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pom.xml
diff options
context:
space:
mode:
authorDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-09 10:51:44 +0100
committerDinh Danh Le <dinh.danh.le@ericsson.com>2018-08-09 17:56:57 +0100
commit4f0e4e0acb23479d705747cf6015d4d820659c78 (patch)
treebda775f623b47fcc1d8d7203c994c10ab9418ea6 /packages/pom.xml
parent086f1dcc8d2be436a05932934fd7116b4ec3e729 (diff)
Checkstyle the services-engine package
Change-Id: I0d7fd6f867ba280953eb4fd0dc2a5ad1779fb045 Signed-off-by: Dinh Danh Le <dinh.danh.le@ericsson.com> Issue-ID: POLICY-1034
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>