Hi there,
I'm setting up Maven dependencies for my project, and I'm getting the following error when running:
Error is:
I'm setting up Maven dependencies for my project, and I'm getting the following error when running:
Code:
mvn isc:deploy -Dproduct=SMARTGWT -Dlicense=POWER -DbuildNumber=4.1p -DrepositoryUrl=http://homeserver:8080/archiva/repository/internal/
Code:
[INFO] --- isc-maven-plugin:1.1.1:deploy (default-cli) @ GuidedDesigner --- [INFO] Authenticating to 'www.smartclient.com/devlogin/login.jsp' with username: 'nwilton' [WARNING] No downloads found at 'www.smartclient.com/builds/SmartGWT/4.1p/PowerEdition/2016-04-18/'. Response from server: <html> <head></head> <body> Your account does not have access to licenses for SmartGWT 4.1p PowerEdition. If you believe this is incorrect or you would like to purchase new licenses or upgrades, contact <a href="/company/contact.jsp">Isomorphic Sales</a>. </body> </html>
Comment