diff options
Diffstat (limited to 'testsuites/performance/performance-benchmark-test/pom.xml')
-rw-r--r-- | testsuites/performance/performance-benchmark-test/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuites/performance/performance-benchmark-test/pom.xml b/testsuites/performance/performance-benchmark-test/pom.xml index e34ac84a4..6d1bdb523 100644 --- a/testsuites/performance/performance-benchmark-test/pom.xml +++ b/testsuites/performance/performance-benchmark-test/pom.xml @@ -176,20 +176,5 @@ </pluginManagement> </build> </profile> - - <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> |