updated jaggery version and added ES IDP configs

application-manager-new
ayyoob 9 years ago
parent fc4e53de99
commit a2ffaf170d

@ -227,7 +227,7 @@
</concat> </concat>
<delete file="target/wso2iot-${project.version}.zip"/> <delete file="target/wso2iot-${project.version}.zip"/>
<delete dir="${tempdir}"/> <!--<delete dir="${tempdir}"/>-->
</tasks> </tasks>
</configuration> </configuration>
</execution> </execution>
@ -347,31 +347,31 @@
<id>clean_target</id> <id>clean_target</id>
<phase>install</phase> <phase>install</phase>
<configuration> <configuration>
<!--<tasks>-->
<!--<delete dir="target/jars"/>-->
<!--<delete dir="target/*.xml"/>-->
<!--<delete dir="target/archive-tmp"/>-->
<!--<delete dir="target/dependency-maven-plugin-markers"/>-->
<!--<delete dir="target/maven-archiver"/>-->
<!--<delete dir="target/wso2carbon-core-${carbon.kernel.version}"/>-->
<!--<delete file="target/wso2iot-${project.version}.jar"/>-->
<!--<delete dir="target/sources"/>-->
<!--<delete dir="target/site"/>-->
<!--<delete dir="target/shindig" />-->
<!--<delete dir="target/jaxwebapps"/>-->
<!--</tasks>-->
<tasks> <tasks>
<delete dir="target/jars"/>
<delete dir="target/*.xml"/>
<delete dir="target/archive-tmp"/> <delete dir="target/archive-tmp"/>
<delete dir="target/dependency-maven-plugin-markers"/> <delete dir="target/dependency-maven-plugin-markers"/>
<delete dir="target/maven-archiver"/> <delete dir="target/maven-archiver"/>
<delete dir="target/wso2carbon-core-${carbon.kernel.version}"/> <delete dir="target/wso2carbon-core-${carbon.platform.version}"/>
<delete file="target/wso2iot-${project.version}.jar"/>
<delete dir="target/sources"/> <delete dir="target/sources"/>
<delete dir="target/site"/> <delete dir="target/site"/>
<delete dir="target/antrun"/>
<delete dir="src/site"/> <delete dir="src/site"/>
&lt;!&ndash;<delete dir="target/shindig" />&ndash;&gt; <delete dir="target/antrun"/>
<delete dir="target/jaxwebapps"/>
</tasks> </tasks>
<!-- <tasks>-->
<!-- <delete dir="target/archive-tmp"/>-->
<!-- <delete dir="target/dependency-maven-plugin-markers"/>-->
<!-- <delete dir="target/maven-archiver"/>-->
<!-- <delete dir="target/wso2carbon-core-${carbon.platform.version}"/>-->
<!-- <delete dir="target/sources"/>-->
<!-- <delete dir="target/site"/>-->
<!-- <delete dir="src/site"/>-->
<!-- </tasks>-->
</configuration> </configuration>
<goals> <goals>
<goal>run</goal> <goal>run</goal>

@ -68,9 +68,6 @@
<!--<exclude>**/repository/components/plugins/compass_2.0.1.wso2v2.jar</exclude>--> <!--<exclude>**/repository/components/plugins/compass_2.0.1.wso2v2.jar</exclude>-->
<!--<exclude>**/repository/components/plugins/poi_3.9.0.wso2v1.jar</exclude>--> <!--<exclude>**/repository/components/plugins/poi_3.9.0.wso2v1.jar</exclude>-->
<exclude>**/lib/endorsed/xalan*.jar</exclude>
<exclude>**/lib/endorsed/xercesImpl*.jar</exclude>
<exclude>**/lib/endorsed/xml-apis*.jar</exclude>
<exclude>**/conf/thrift-authentication.xml</exclude> <exclude>**/conf/thrift-authentication.xml</exclude>
<exclude>**/repository/components/features/org.wso2.carbon.apimgt.store_${apim.feature.version}/store/**</exclude> <exclude>**/repository/components/features/org.wso2.carbon.apimgt.store_${apim.feature.version}/store/**</exclude>
<exclude>**/repository/components/features/org.wso2.carbon.apimgt.store_${apim.feature.version}/admin-dashboard/**</exclude> <exclude>**/repository/components/features/org.wso2.carbon.apimgt.store_${apim.feature.version}/admin-dashboard/**</exclude>
@ -78,6 +75,7 @@
<exclude>**/repository/components/features/org.wso2.carbon.apimgt.publisher_${apim.feature.version}/publisher/**</exclude> <exclude>**/repository/components/features/org.wso2.carbon.apimgt.publisher_${apim.feature.version}/publisher/**</exclude>
<exclude>**/repository/components/features/org.wso2.carbon.apimgt.core_${apim.feature.version}/libs/**</exclude> <exclude>**/repository/components/features/org.wso2.carbon.apimgt.core_${apim.feature.version}/libs/**</exclude>
<!--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>
@ -128,10 +126,6 @@
<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>
<includes>
<include>**/identity.xml</include>
<include>**/entitlement.properties</include>
</includes>
</fileSet> </fileSet>
@ -209,7 +203,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>
@ -889,36 +883,6 @@
<!--========================================================================================================--> <!--========================================================================================================-->
<!-- Enterprise Store Features --> <!-- Enterprise Store Features -->
<!--============ Added with ES Features ===============-->
<!--<file>-->
<!--<source>src/repository/conf/registry.xml</source>-->
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>-->
<!--<filtered>true</filtered>-->
<!--</file>-->
<!--&lt;!&ndash;============ Added with ES Features ===============&ndash;&gt;-->
<!--<file>-->
<!--<source>src/repository/conf/multitenancy/cloud-services-desc.xml</source>-->
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/multitenancy/</outputDirectory>-->
<!--<filtered>true</filtered>-->
<!--</file>-->
<!--&lt;!&ndash;============ Added with ES Features ===============&ndash;&gt;-->
<!--<file>-->
<!--<source>-->
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/identity/identity-mgt.properties-->
<!--</source>-->
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/identity</outputDirectory>-->
<!--<filtered>true</filtered>-->
<!--<fileMode>644</fileMode>-->
<!--</file>-->
<!--&lt;!&ndash;============ Added with ES Features ===============&ndash;&gt;-->
<file> <file>
<source> <source>
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/email/email-admin-config.xml ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/email/email-admin-config.xml
@ -938,14 +902,6 @@
<fileMode>644</fileMode> <fileMode>644</fileMode>
</file> </file>
<!--&lt;!&ndash;============ Added with ES Features ===============&ndash;&gt;-->
<!--<file>-->
<!--<source>src/repository/database/WSO2IDENTITY_DB.h2.db</source>-->
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/database</outputDirectory>-->
<!--<fileMode>644</fileMode>-->
<!--</file>-->
<!--============ Added with ES Features ===============-->
<file> <file>
<source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml <source>../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/social.xml
</source> </source>
@ -964,16 +920,6 @@
<fileMode>644</fileMode> <fileMode>644</fileMode>
</file> </file>
<!--============ Added with ES Features ===============-->
<!-- Removed with version 2.3.5-SNAPSHOT-->
<!--<file>-->
<!--<source>-->
<!--../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/conf/association-config.xml-->
<!--</source>-->
<!--<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/etc</outputDirectory>-->
<!--<filtered>true</filtered>-->
<!--<fileMode>644</fileMode>-->
<!--</file>-->
<!--============ Added with ES Features ===============--> <!--============ Added with ES Features ===============-->
<file> <file>
@ -1087,18 +1033,23 @@
../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/analytics.war ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/analytics.war
</source> </source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory> <outputDirectory>${pom.artifactId}-${pom.version}/repository/deployment/server/webapps</outputDirectory>
<!--commented since this tag causes issues in maven assembly plugin when copying zip formats-->
<!--filtered>true</filtered-->
<fileMode>644</fileMode> <fileMode>644</fileMode>
</file> </file>
<file> <file>
<source>src/repository/conf/synapse.properties</source> <source>src/repository/conf/synapse.properties</source>
<outputDirectory>${pom.artifactId}-${pom.version}/repository/conf</outputDirectory> <outputDirectory>${pom.artifactId}-${pom.version}/repository/conf/</outputDirectory>
<destName>synapse.properties</destName> <destName>synapse.properties</destName>
<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>

@ -20,33 +20,26 @@
<ServiceProviders> <ServiceProviders>
<ServiceProvider> <ServiceProvider>
<Issuer>store</Issuer> <Issuer>store</Issuer>
<AssertionConsumerService>https://localhost:9443/store/acs</AssertionConsumerService> <AssertionConsumerServiceURLs><AssertionConsumerServiceURL>https://localhost:9443/store/acs</AssertionConsumerServiceURL></AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/store/acs</DefaultAssertionConsumerServiceURL>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/store/login.jag</CustomLoginPage> <CustomLoginPage>/store/login.jag</CustomLoginPage>
</ServiceProvider> </ServiceProvider>
<ServiceProvider> <ServiceProvider>
<Issuer>social</Issuer> <Issuer>social</Issuer>
<AssertionConsumerServiceURLs><AssertionConsumerServiceURL>https://localhost:9443/store/acs</AssertionConsumerServiceURL></AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/social/acs</DefaultAssertionConsumerServiceURL>
<AssertionConsumerService>https://localhost:9443/social/acs</AssertionConsumerService> <AssertionConsumerService>https://localhost:9443/social/acs</AssertionConsumerService>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/social/login</CustomLoginPage> <CustomLoginPage>/social/login</CustomLoginPage>
</ServiceProvider> </ServiceProvider>
<ServiceProvider> <ServiceProvider>
<Issuer>publisher</Issuer> <Issuer>publisher</Issuer>
<AssertionConsumerServiceURLs><AssertionConsumerServiceURL>https://localhost:9443/store/acs</AssertionConsumerServiceURL></AssertionConsumerServiceURLs>
<DefaultAssertionConsumerServiceURL>https://localhost:9443/publisher/acs</DefaultAssertionConsumerServiceURL>
<AssertionConsumerService>https://localhost:9443/publisher/acs</AssertionConsumerService> <AssertionConsumerService>https://localhost:9443/publisher/acs</AssertionConsumerService>
<SignResponse>true</SignResponse> <SignResponse>true</SignResponse>
<CustomLoginPage>/publisher/controllers/login.jag</CustomLoginPage> <CustomLoginPage>/publisher/controllers/login.jag</CustomLoginPage>
</ServiceProvider>
<ServiceProvider>
<Issuer>emm</Issuer>
<AssertionConsumerService>https://localhost:9443/emm/acs</AssertionConsumerService>
<SignResponse>true</SignResponse>
<CustomLoginPage>/emm/login</CustomLoginPage>
</ServiceProvider>
<ServiceProvider>
<Issuer>mam</Issuer>
<AssertionConsumerService>https://localhost:9443/mam/acs</AssertionConsumerService>
<SignResponse>true</SignResponse>
<CustomLoginPage>/mam/login</CustomLoginPage>
</ServiceProvider> </ServiceProvider>
</ServiceProviders> </ServiceProviders>
</SSOIdentityProviderConfig> </SSOIdentityProviderConfig>

@ -812,19 +812,19 @@
<!--Jaggery --> <!--Jaggery -->
<jaggery.version>0.12.0-M1</jaggery.version> <jaggery.version>0.12.0-M1</jaggery.version>
<jaggery.extensions.version>1.4.0</jaggery.extensions.version> <jaggery.extensions.version>1.5.0-M1</jaggery.extensions.version>
<jaggery.extensions.sso.version>1.4.0</jaggery.extensions.sso.version> <jaggery.extensions.sso.version>1.5.0-M1</jaggery.extensions.sso.version>
<jaggery.extensions.carbon.version>1.4.0</jaggery.extensions.carbon.version> <jaggery.extensions.carbon.version>1.5.0-M1</jaggery.extensions.carbon.version>
<jaggery.extensions.test.version>1.4.0</jaggery.extensions.test.version> <jaggery.extensions.test.version>1.5.0-M1</jaggery.extensions.test.version>
<!--Additional Jaggery Stuff--> <!--Additional Jaggery Stuff-->
<caramel.feature.version>1.4.0</caramel.feature.version> <caramel.feature.version>1.5.0-M1</caramel.feature.version>
<handlebars.feature.version>1.4.0</handlebars.feature.version> <handlebars.feature.version>1.5.0-M1</handlebars.feature.version>
<markdown.feature.version>1.4.0</markdown.feature.version> <markdown.feature.version>1.5.0-M1</markdown.feature.version>
<!-- Store Features --> <!-- Store Features -->
<carbon.store.version>2.3.8-SNAPSHOT</carbon.store.version> <carbon.store.version>2.3.9-SNAPSHOT</carbon.store.version>
<carbon.social.version>2.3.8-SNAPSHOT</carbon.social.version> <carbon.social.version>2.3.9-SNAPSHOT</carbon.social.version>
<!-- Additional Stuff from ES Features --> <!-- Additional Stuff from ES Features -->
<carbon.dashboards.version>1.0.0</carbon.dashboards.version> <carbon.dashboards.version>1.0.0</carbon.dashboards.version>

Loading…
Cancel
Save