diff options
Diffstat (limited to 'testsuites/integration/integration-executor-test/pom.xml')
-rw-r--r-- | testsuites/integration/integration-executor-test/pom.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/integration/integration-executor-test/pom.xml b/testsuites/integration/integration-executor-test/pom.xml index 82f847fbf..389f8258e 100644 --- a/testsuites/integration/integration-executor-test/pom.xml +++ b/testsuites/integration/integration-executor-test/pom.xml @@ -86,4 +86,21 @@ <scope>test</scope> </dependency> </dependencies> + + <profiles> + <profile> + <id>apexSite</id> + <activation> + <property> + <name>apexSite</name> + </property> + </activation> + <distributionManagement> + <site> + <id>${project.artifactId}-site</id> + <url>${apex.adsite.prefix}/modules/testsuites/${project.parent.artifactId}/${project.artifactId}/</url> + </site> + </distributionManagement> + </profile> + </profiles> </project>
\ No newline at end of file |