diff --git a/pom.xml b/pom.xml index 08eea11f36..7f6cf9ecb4 100644 --- a/pom.xml +++ b/pom.xml @@ -487,6 +487,7 @@ 1.0.0 1.0.0 1.1.0-SNAPSHOT + 1.1.0-SNAPSHOT 1.1.0 4.3.1 diff --git a/product/modules/distribution/src/assembly/bin.xml b/product/modules/distribution/src/assembly/bin.xml index 31ad07efd6..2d58915833 100644 --- a/product/modules/distribution/src/assembly/bin.xml +++ b/product/modules/distribution/src/assembly/bin.xml @@ -98,12 +98,17 @@ wso2cdm-${project.version}/repository/deployment/server/webapps/STRATOS_ROOT 755 --> + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/modules ${pom.artifactId}-${project.version}/modules/ - */** + **/carbon/ + **/jaggery-test/ + **/process/ + **/uuid/ + **/i18n/ @@ -198,7 +203,7 @@ */** - + ../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/modules @@ -208,6 +213,20 @@ */** + + src/repository/modules/encode + wso2mdm-${project.version}/modules/encode + + */** + + + + src/repository/modules/sso + wso2mdm-${project.version}/modules/sso + + */** + + diff --git a/product/modules/distribution/src/repository/modules/encode/module.xml b/product/modules/distribution/src/repository/modules/encode/module.xml new file mode 100644 index 0000000000..15a9762513 --- /dev/null +++ b/product/modules/distribution/src/repository/modules/encode/module.xml @@ -0,0 +1,7 @@ + + + org.wso2.carbon.apimgt.hostobjects.EncodeHostObject + Encode + + + diff --git a/product/modules/distribution/src/repository/modules/sso/module.xml b/product/modules/distribution/src/repository/modules/sso/module.xml new file mode 100644 index 0000000000..15682e7284 --- /dev/null +++ b/product/modules/distribution/src/repository/modules/sso/module.xml @@ -0,0 +1,7 @@ + + + org.wso2.carbon.hostobjects.sso.SAMLSSORelyingPartyObject + SSORelyingParty + + + \ No newline at end of file diff --git a/product/modules/p2-profile-gen/pom.xml b/product/modules/p2-profile-gen/pom.xml index edba18878b..c21c737512 100644 --- a/product/modules/p2-profile-gen/pom.xml +++ b/product/modules/p2-profile-gen/pom.xml @@ -130,6 +130,9 @@ org.jaggeryjs.modules:sso.feature:${sso.feature.version} + + org.jaggeryjs.modules:i18n.feature:${sso.feature.version} + org.jaggeryjs.modules:jaggery-test.feature:${jaggery-test.feature.version} @@ -368,6 +371,10 @@ org.jaggeryjs.modules.sso.feature.group ${sso.feature.version} + + org.jaggeryjs.modules.i18n.feature.group + ${i18n.feature.version} + org.jaggeryjs.modules.jaggery-test.feature.group ${jaggery-test.feature.version}