Build MB 2.2.0 [1] :
According to the Release Matrix [2] MB 2.2.0 has released with chunk-11
1. Checkout the kernal patches [3] and go to patches folder and build patches up to 0008 one by one (mvn clean install -Dmaven.test.skip=true)
2. Checkout the product [4], comment out the other products except mb-2.2.0 from the pom [5] and build the product here [6] (mvn clean install -Dmaven.test.skip=true)
For this you need JDK 1.6 and Maven 3.0.5 versions
[1] https://docs.wso2.com/display/MB220/Building+from+Source
[2] http://wso2.com/products/carbon/release-matrix/
[3] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/
[4] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/
[5] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/product-releases/chunk-11/products/pom.xml
[6] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/product-releases/chunk-11/
Installation Pre-requisites
[7] https://docs.wso2.com/display/MB220/Installation+Prerequisites
You can find the Integration tests in following location for MB 2.2.0 [8]
[8] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/products/mb/2.2.0/modules/integration/
According to the Release Matrix [2] MB 2.2.0 has released with chunk-11
1. Checkout the kernal patches [3] and go to patches folder and build patches up to 0008 one by one (mvn clean install -Dmaven.test.skip=true)
2. Checkout the product [4], comment out the other products except mb-2.2.0 from the pom [5] and build the product here [6] (mvn clean install -Dmaven.test.skip=true)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<modules> | |
<!--module>../../../products/is/5.0.0</module> | |
<module>../../../products/brs/2.1.0</module> | |
<module>../../../products/apimgt/1.7.0</module> | |
<module>../../../products/elb/2.1.1</module--> | |
<module>../../../products/mb/2.2.0</module> | |
</modules> |
[1] https://docs.wso2.com/display/MB220/Building+from+Source
[2] http://wso2.com/products/carbon/release-matrix/
[3] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/
[4] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/
[5] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/product-releases/chunk-11/products/pom.xml
[6] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/product-releases/chunk-11/
Installation Pre-requisites
[7] https://docs.wso2.com/display/MB220/Installation+Prerequisites
You can find the Integration tests in following location for MB 2.2.0 [8]
[8] https://svn.wso2.org/repos/wso2/carbon/platform/tags/turing-chunk11/products/mb/2.2.0/modules/integration/
Comments