diff options
author | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-22 18:02:01 +0100 |
---|---|---|
committer | Dinh Danh Le <dinh.danh.le@ericsson.com> | 2018-08-22 22:19:38 +0100 |
commit | ba229770202f6dcc0db13954743c935d4c8f4dc9 (patch) | |
tree | f4a5234fe5cf8a67299d244d5ea97c5940a9a533 /client/client-common/pom.xml | |
parent | a5a4427b505a5b0d79bb394093c9d6f6395d9a1f (diff) |
Add docs for client package
Change-Id: I820e70463e1715a342d78fa9d413638068a05125
Signed-off-by: Dinh Danh Le <dinh.danh.le@ericsson.com>
Issue-ID: POLICY-867
Diffstat (limited to 'client/client-common/pom.xml')
-rw-r--r-- | client/client-common/pom.xml | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index 40a502770..ac39f217d 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -25,11 +25,11 @@ <artifactId>client</artifactId> <version>2.0.0-SNAPSHOT</version> </parent> - + <artifactId>client-common</artifactId> <packaging>pom</packaging> <name>${project.artifactId}</name> - + <build> <plugins> <plugin> @@ -52,4 +52,21 @@ </plugin> </plugins> </build> + + <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 |