Closed mrcodecloud closed 3 years ago
@RAZA-ABBBASI
By default Maven executes tests when running mvn package
, there are a couple of options here:
mvn package -Dmaven.test.skip=true
AppSID
and AppKey
in Config.java. You can get keys at https://dashboard.groupdocs.cloud/.@vladimir-litvinchik Thanks for the prompt response, can you please guide, Where to place the AppSID, and AppKey ?
@RAZA-ABBBASI
The AppSID
and AppKey
can be placed in src\test\java\com\groupdocs\cloud\viewer\api\Config.java
file.
Thanks @vladimir-litvinchik It's resolved, I am closing the issue
@RAZA-ABBBASI
Thank you for the response! We've updated the README to avoid such issues in the future.
Have a nice day!
I am trying to build the JAR files using maven, to be used in my project but unfortunately I can't do it successfully. The command "mvn package" runs into an error while testing, details are mentioned in the attached screen shot.