summaryrefslogtreecommitdiffstats
path: root/examples/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/pom.xml')
-rw-r--r--examples/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/pom.xml b/examples/pom.xml
index 5c7c482e3..0faa70707 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -53,21 +53,4 @@
<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/${project.artifactId}/</url>
- </site>
- </distributionManagement>
- </profile>
- </profiles>
</project>