github/maven-plugins

Error creating blob: Parse exception converting JSON to object:

mjremijan opened this issue · 3 comments

Trying to use this for the first time....

My POM is a little non-standard. I have a profile named "site" which is bound to the "prepare-package" phase of the Maven build lifecycle. This generates the site fine. Then I have another profile i named "site-deploy-try" which is bound to the "verify" phase of the Maven build lifecycle and has the configuration of the github-site-plugin. I then execute with mvn -Psite,site-deploy-try clean verify

In theory it should work but getting the following error.

--- site-maven-plugin:0.9:site (default) @ ferris-tweial ---

Creating 617 blobs

BUILD FAILURE

Total time: 54.370s
Finished at: Fri Oct 16 16:28:34 CDT 2015

Final Memory: 36M/87M

Failed to execute goal com.github.github:site-maven-plugin:0.9:site (default) on project ferris-tweial: Error creating blob: Parse exception converting JSON to object: java.io.IOException: Premature EOF -> [Help 1]

Any thoughts.

You probably got hit by the rate limiting or a different API change, try with a current release of the plugin.

Thank you for the suggestion. I will try again with 0.12

@mjremijan were you able to overcome this issue? I've just hit the same problem.