We have problems when starting projects in Studio, we are behind a proxy server, we have configured all the possible connection options and still do not give error “Repository contains cuba artifacts not found in:” What we need to enable for Studio to work correctly?
Proxy Java
Proxy settings in studio.bat
--Proxy
set JAVA_OPTS=%JAVA_OPTS% "-Dhttp.proxyHost=xxxx.xxxx.com"
set JAVA_OPTS=%JAVA_OPTS% "-Dhttp.proxyPort=8080"
set JAVA_OPTS=%JAVA_OPTS% "-Dhttps.proxyHost=xxxx.xxxx.com"
set JAVA_OPTS=%JAVA_OPTS% "-Dhttps.proxyPort=8080"