diff options
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 |