문제

I have checked out the source code, and built it with mvn clean install.

Now I'm trying to find out how to build the Carbon 4.1.x distribution (wso2carbon-4.1.0.zip)?

Is there a maven target, something like: mvn dist:build-bin that can be run from the root source code folder?

도움이 되었습니까?

해결책

No such special command. If you have built using mvn clean install from the carbon kernel source root level, you can find your expected pack at ROOT/distribution/product/modules/distribution/target/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top