How to build WSO2 Identity Server

坚强是说给别人听的谎言 提交于 2019-12-14 04:23:09

问题


how to access to svn and build Identy server from sources?

The page http://docs.wso2.org/display/identity/Building+WSO2+Identity+Server+from+source is valid also for 3.2.3?


回答1:


Installing Identity Server on Linux from Source Distribution [1] Guide.

When you extract the wso2is-3.2.3-src distribution execute mvn clean install from the root level OR if you need to build only 3.2.3 version go inside the /wso2is-3.2.0-src/patch-releases/ folder. There you will find separate directories for 3.2.1, 3.2.2 and 3.2.3, To build 3.2.3 version, start building from 3.2.3 patch releases pom.xml (mvn clean install from /wso2is-3.2.0-src/patch-releases/3.2.3/ directory).

Please note, 3.2.0 branch needs to be built with maven2.

FYI: To build current trunk, use maven3.



来源:https://stackoverflow.com/questions/10332817/how-to-build-wso2-identity-server

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!