diff options
Diffstat (limited to 'client/client-editor/pom.xml')
-rw-r--r-- | client/client-editor/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/client/client-editor/pom.xml b/client/client-editor/pom.xml index 18d5d4c1a..33d534993 100644 --- a/client/client-editor/pom.xml +++ b/client/client-editor/pom.xml @@ -212,4 +212,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 |