summaryrefslogtreecommitdiffstats
path: root/tools/tools-common/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tools-common/pom.xml')
-rw-r--r--tools/tools-common/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/tools-common/pom.xml b/tools/tools-common/pom.xml
index ecaef255d..4032833dd 100644
--- a/tools/tools-common/pom.xml
+++ b/tools/tools-common/pom.xml
@@ -69,4 +69,24 @@
</resource>
</resources>
</build>
+
+ <profiles>
+ <profile>
+ <id>apexSite</id>
+ <activation>
+ <property>
+ <name>apexSite</name>
+ </property>
+ </activation>
+ <properties>
+ <adsite-tools-common-dir>${project.basedir}/src</adsite-tools-common-dir>
+ </properties>
+ <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