diff options
Diffstat (limited to 'model/utilities/pom.xml')
-rw-r--r-- | model/utilities/pom.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/model/utilities/pom.xml b/model/utilities/pom.xml index a2988584d..42f407b49 100644 --- a/model/utilities/pom.xml +++ b/model/utilities/pom.xml @@ -46,21 +46,4 @@ <artifactId>gson</artifactId> </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.parent.artifactId}/${project.artifactId}/</url> - </site> - </distributionManagement> - </profile> - </profiles> </project> |