diff options
Diffstat (limited to 'client/client-common/pom.xml')
-rw-r--r-- | client/client-common/pom.xml | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/client/client-common/pom.xml b/client/client-common/pom.xml index beff6c57b..4072c124a 100644 --- a/client/client-common/pom.xml +++ b/client/client-common/pom.xml @@ -54,24 +54,5 @@ </executions> </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> |