I\'m trying to build multiple tags of WSO2 Carbon side-by-side for comparison purposes, but I\'m concerned I may be missing something about the directory layout and how to d
Answering for the above queries;
mvn install
(to skip running tests, build with mvn install -Dmaven.test.skip=true
). If you are to build tags related to point releases, build from patch-releases
directory.Hope this helps.
Thanks