diff options
Diffstat (limited to 'testsuites/performance/pom.xml')
-rw-r--r-- | testsuites/performance/pom.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/testsuites/performance/pom.xml b/testsuites/performance/pom.xml index 19aa28807..11da3eb30 100644 --- a/testsuites/performance/pom.xml +++ b/testsuites/performance/pom.xml @@ -53,20 +53,5 @@ <module>performance-benchmark-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> |