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> <goal>replace</goal>
</goals> </goals>
<configuration> <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> <replacements>
<replacement> <replacement>
<token>(/publisher)</token> <token>(/publisher)</token>
@ -711,7 +713,9 @@ d <exclude name="**/shindig.properties" /
<goal>replace</goal> <goal>replace</goal>
</goals> </goals>
<configuration> <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> <replacements>
<replacement> <replacement>
<token>(/store)</token> <token>(/store)</token>
@ -723,7 +727,7 @@ d <exclude name="**/shindig.properties" /
</executions> </executions>
</plugin> </plugin>
<!-- <plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId> <artifactId>maven-clean-plugin</artifactId>
<executions> <executions>
@ -735,7 +739,7 @@ d <exclude name="**/shindig.properties" /
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin>--> </plugin>
</plugins> </plugins>
</build> </build>

Loading…
Cancel
Save