I cannot build the java-cloud-sdk provided at https://github.com/poynt/java-cloud-sdk
When I first tried to build the jar with “mvn package”, it complained about not being able to find co.poynt.api:api-model:1.2.33 at the maven repositories.
Then, I have added the https://nexus.poynt.com/content/repositories/releases in the repositories element in the pom.xml, and the api-model could be downloaded, but now it complains about co.poynt.api:api-model-generator:1.2.33 not being able to transfer because of Unauthorized exception.
Am I missing something?