Hello, it seems that there's some problem when trying to download builds with maven:
Code:
MacBook-Pro-di-Claudio:~ bosticco$ mvn com.isomorphic:isc-maven-plugin:1.4.5:deploy -Dproduct=SMARTCLIENT -Dlicense=ENTERPRISE -DbuildNumber=13.0p -DbuildDate=2022-04-29 -DincludeMessaging=true -DrepositoryId=remote-repo-releases -DrepositoryUrl=http://myrepo.mydomain.com/releases [INFO] Scanning for projects... [INFO] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [INFO] Building Maven Stub Project (No POM) 1 [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- isc-maven-plugin:1.4.5:deploy (default-cli) @ standalone-pom --- [WARNING] No downloads found at 'www.smartclient.com/builds/SmartClient/13.0p/Enterprise/2022-04-29'. Response from server: <html> <head> <script>window.location.replace('/devlogin/login.jsp?initialTarget=/builds/SmartClient/13.0p/Enterprise/2022-04-29');</script> </head> <body></body> </html>
Comment