問題描述
在我的本地計算機上重建 WSO2 存儲庫的正確順序 (The correct order to rebuild the WSO2 repositories on my local computer)
我想從 Git 存儲庫中的源代碼重建 WSO2 EI。但我不知道如何開始這項工作。我已經向 dev@wso2.org 發送了一封電子郵件,以獲得長期的建議。但是我還沒有收到他們的任何信息。
我還成功下載並重建了用於 WSO2 AS 5.3.0 版本的 carbon‑commons 存儲庫標籤。但是我不知道碳庫中WSO2 EI的標籤是什麼?(按照此參考鏈接:https://docs.wso2。 com/display/Carbon4411/Working+with+the+Source+Code)
你能給我一些建議來快速完成這項工作嗎?
參考解法
方法 1:
You can build the EI pack by cloning product‑ei repository from the Github and checkout to the relevant tag. All WSO2 related dependencies are hosted in WSO2 nexus repository. Therefore you don't need to build dependent repositories. You can build EI project without running test cases by simply running "mvn clean install ‑Dmaven.test.skip=true".
If you need to do a code change for dependent repository, then you can do the necessary changes in relevant dependent repository and build the repositories in following order.
For example, If you need to do a code change to the Synapse, first you need to build the Synapse. Then build Carbon‑mediation project with updated Synapse version. Finally build EI with latest synapse and carbon‑mediation version.