From e7c7ab0e5095f9b565a4e2d9329c921e425d19af Mon Sep 17 00:00:00 2001 From: Shabirmean Date: Sat, 12 Dec 2015 15:01:33 +0530 Subject: [PATCH] Adding execution to rename api store and publisher context in site.son --- modules/distribution/pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml index 580abf65..6f4e64a7 100644 --- a/modules/distribution/pom.xml +++ b/modules/distribution/pom.xml @@ -554,6 +554,40 @@ + + + replace-for-api-publisher + prepare-package + + replace + + + ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-publisher/site/conf/site.json + + + (/publisher) + /api-publisher + + + + + + replace-for-api-store + prepare-package + + replace + + + ${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-store/site/conf/site.json + + + (/store) + /api-store + + + + +