diff options
Diffstat (limited to 'tools/pom.xml')
-rw-r--r-- | tools/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/pom.xml b/tools/pom.xml index d824f3dd3..0ad9e17e5 100644 --- a/tools/pom.xml +++ b/tools/pom.xml @@ -38,4 +38,21 @@ <module>simple-wsclient</module> <module>model-generator</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>
\ No newline at end of file |