Adding updated keystone file with default "RA" and "CA" certs

application-manager-new
Shabirmean 9 years ago
parent e7f21ba370
commit dc475b3542

@ -695,7 +695,9 @@ d <exclude name="**/shindig.properties" /
<goal>replace</goal>
</goals>
<configuration>
<file>${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-publisher/site/conf/site.json</file>
<file>
${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-publisher/site/conf/site.json
</file>
<replacements>
<replacement>
<token>(/publisher)</token>
@ -711,7 +713,9 @@ d <exclude name="**/shindig.properties" /
<goal>replace</goal>
</goals>
<configuration>
<file>${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-store/site/conf/site.json</file>
<file>
${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/jaggeryapps/api-store/site/conf/site.json
</file>
<replacements>
<replacement>
<token>(/store)</token>
@ -723,7 +727,7 @@ d <exclude name="**/shindig.properties" /
</executions>
</plugin>
<!-- <plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<executions>
@ -735,7 +739,7 @@ d <exclude name="**/shindig.properties" /
</goals>
</execution>
</executions>
</plugin>-->
</plugin>
</plugins>
</build>

Loading…
Cancel
Save