diff options
Diffstat (limited to 'auth/pom.xml')
-rw-r--r-- | auth/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/auth/pom.xml b/auth/pom.xml index 05562509f..e4e431ca4 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -37,4 +37,21 @@ <module>cli-editor</module> <module>cli-codegen</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> |