diff options
Diffstat (limited to 'core/pom.xml')
-rw-r--r-- | core/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/core/pom.xml b/core/pom.xml index 4782f5a5c..77b3936d1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -38,21 +38,4 @@ <module>core-engine</module> <module>core-deployment</module> </modules> - - <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> |