|
|
@ -78,7 +78,7 @@
|
|
|
|
<!--below dependency fails synapse startup-->
|
|
|
|
<!--below dependency fails synapse startup-->
|
|
|
|
<exclude>**/repository/components/plugins/asm-all_4.1.0.wso2v1.jar</exclude>
|
|
|
|
<exclude>**/repository/components/plugins/asm-all_4.1.0.wso2v1.jar</exclude>
|
|
|
|
|
|
|
|
|
|
|
|
<exclude>**/conf/identity/sso-idp-config.xml</exclude>
|
|
|
|
<exclude>**/sso-idp-config.xml</exclude>
|
|
|
|
</excludes>
|
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
@ -126,6 +126,9 @@
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.platform.version}/repository/conf/identity/</directory>
|
|
|
|
<directory>../p2-profile-gen/target/wso2carbon-core-${carbon.platform.version}/repository/conf/identity/</directory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>
|
|
|
|
|
|
|
|
<excludes>
|
|
|
|
|
|
|
|
<exclude>**/sso-idp-config.xml</exclude>
|
|
|
|
|
|
|
|
</excludes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -203,7 +206,7 @@
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory>
|
|
|
|
<includes>
|
|
|
|
<includes>
|
|
|
|
<include>**/api-manager.xml</include>
|
|
|
|
<include>**/api-manager.xml</include>
|
|
|
|
<!--<include>**/sso-idp-config.xml</include>-->
|
|
|
|
<include>**/sso-idp-config.xml</include>
|
|
|
|
</includes>
|
|
|
|
</includes>
|
|
|
|
</fileSet>
|
|
|
|
</fileSet>
|
|
|
|
<fileSet>
|
|
|
|
<fileSet>
|
|
|
@ -1043,15 +1046,5 @@
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
<!--copy idp config of es-->
|
|
|
|
|
|
|
|
<file>
|
|
|
|
|
|
|
|
<source>src/repository/conf/identity/sso-idp-config.xml</source>
|
|
|
|
|
|
|
|
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity/</outputDirectory>
|
|
|
|
|
|
|
|
<filtered>true</filtered>
|
|
|
|
|
|
|
|
<fileMode>644</fileMode>
|
|
|
|
|
|
|
|
</file>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</files>
|
|
|
|
</files>
|
|
|
|
</assembly>
|
|
|
|
</assembly>
|
|
|
|