I just purchased the Pro version and I'm trying to install it to my local maven repository. Here' s what I'm executing (with my credentials filled in):
Here's the result I'm getting:
Is there something I'm doing wrong? I've tried specifying the build date but I get the same output.
Code:
mvn com.isomorphic:isc-maven-plugin:install -Dproduct=SMARTGWT -Dlicense=PRO -DbuildNumber=6.0p -Dusername=[username] -Dpassword=[password]
Code:
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- isc-maven-plugin:1.1.1:install (default-cli) @ standalone-pom ---
[WARNING] No server configured with id 'smartclient-developer'. Will be unable to authenticate.
[WARNING] No downloads found at 'www.smartclient.com/builds/SmartGWT/6.0p/Pro/2017-01-09/'. Response from server:
<html>
<head>
<script>window.location.replace('/devlogin/login.jsp?initialTarget=/builds/SmartGWT/6.0p/Pro/2017-01-09/');</script>
</head>
<body></body>
</html>
[INFO] Logging off at 'www.smartclient.com/logout.jsp'
[INFO] Unpacking downloaded file/s to 'C:\Users\ausder\AppData\Local\Temp\standalone-pom\SmartGWT\Pro\6.0p\2017-01-09'
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.216 s
[INFO] Finished at: 2017-01-09T12:47:06-07:00
[INFO] Final Memory: 13M/464M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal com.isomorphic:isc-maven-plugin:1.1.1:install (default-cli) on project standalone-pom: There don't appear to be any files to work with at 'C:\Users\ausder\AppData\Local\Temp\standalone-pom\SmartGWT\Pro\6.0p\2017-01-09'. Check earlier log entries for clues. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Comment