diff options
Diffstat (limited to 'model/event-model/pom.xml')
-rw-r--r-- | model/event-model/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/model/event-model/pom.xml b/model/event-model/pom.xml index 81ac93426..abf7eb731 100644 --- a/model/event-model/pom.xml +++ b/model/event-model/pom.xml @@ -62,21 +62,4 @@ </plugin> </plugins> </build> - - <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.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |