diff options
author | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-09 10:51:44 +0100 |
---|---|---|
committer | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-09 17:56:57 +0100 |
commit | 4f0e4e0acb23479d705747cf6015d4d820659c78 (patch) | |
tree | bda775f623b47fcc1d8d7203c994c10ab9418ea6 /packages/apex-pdp-docker | |
parent | 086f1dcc8d2be436a05932934fd7116b4ec3e729 (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/apex-pdp-docker')
-rw-r--r-- | packages/apex-pdp-docker/pom.xml | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/packages/apex-pdp-docker/pom.xml b/packages/apex-pdp-docker/pom.xml index 424ef64a9..75a875794 100644 --- a/packages/apex-pdp-docker/pom.xml +++ b/packages/apex-pdp-docker/pom.xml @@ -103,8 +103,23 @@ <outputFile>${project.build.directory}/version</outputFile> </configuration> </plugin> - </plugins> </build> -</project> + <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 |