diff options
Diffstat (limited to 'testsuites/integration/pom.xml')
-rw-r--r-- | testsuites/integration/pom.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testsuites/integration/pom.xml b/testsuites/integration/pom.xml index 0e82d2493..dcbee085c 100644 --- a/testsuites/integration/pom.xml +++ b/testsuites/integration/pom.xml @@ -60,5 +60,20 @@ <module>integration-context-test</module> </modules> </profile> + + <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 |