diff options
Diffstat (limited to 'model/pom.xml')
-rw-r--r-- | model/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/model/pom.xml b/model/pom.xml index aa9032444..655f74fb7 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -49,21 +49,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> |