Github user serg38 commented on the issue:
https://github.com/apache/cloudstack/pull/1888
We need to change one more setting for noredist build to work with updated
iControl version
in install-non-oss.sh
mvn install:install-file -Dfile=cloud-iControl.jar  Â
-DgroupId=com.cloud.com.f5   -DartifactId=icontrol    -Dversion=1.0
 -Dpackaging=jar
to
mvn install:install-file -Dfile=cloud-iControl.jar  Â
-DgroupId=com.cloud.com.f5   -DartifactId=icontrol   Â
-Dversion=12.1 Â -Dpackaging=jar
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---