Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

  • claudiobosticco
    replied
    Hello, I can confirm that now it's working, thank you very much

    Leave a comment:


  • Isomorphic
    replied
    Please reattempt now and let us know if you're still having an issue.

    Leave a comment:


  • claudiobosticco
    started a topic maven downloads

    maven downloads

    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>
Working...
X