summaryrefslogtreecommitdiffstats
path: root/examples/examples-periodic/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/examples-periodic/pom.xml')
-rw-r--r--examples/examples-periodic/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/examples-periodic/pom.xml b/examples/examples-periodic/pom.xml
index b4b591e71..dcbfd1084 100644
--- a/examples/examples-periodic/pom.xml
+++ b/examples/examples-periodic/pom.xml
@@ -70,24 +70,4 @@
</plugin>
</plugins>
</build>
-
- <profiles>
- <profile>
- <id>apexSite</id>
- <activation>
- <property>
- <name>apexSite</name>
- </property>
- </activation>
- <properties>
- <adsite-examples-periodic-dir>${project.basedir}/src</adsite-examples-periodic-dir>
- </properties>
- <distributionManagement>
- <site>
- <id>${project.artifactId}-site</id>
- <url>${apex.adsite.prefix}/modules/${project.parent.artifactId}/${project.artifactId}/</url>
- </site>
- </distributionManagement>
- </profile>
- </profiles>
</project>