2013-07-13 44 views
1

有了這個Maven的POM文件:https://gist.github.com/PhilippeGeek/44f62827bf73bc7d9368,我不能創建一個blob,輸出是:錯誤,當部署的GitHub網站與Maven

[INFO] ------------------------------------------------------------------------ 
[INFO] Building SpeleoGraph 1.0-SNAPSHOT 
[INFO] ------------------------------------------------------------------------ 
[INFO] 
[INFO] --- site-maven-plugin:0.6:site (default-cli) @ SpeleoGraph --- 
[INFO] Creating 102 blobs 
[INFO] ------------------------------------------------------------------------ 
[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 2.270s 
[INFO] Finished at: Sat Jul 13 23:48:01 CEST 2013 
[INFO] Final Memory: 9M/152M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal com.github.github:site-maven-plugin:0.6:site (default-cli) on project SpeleoGraph: Error creating blob: Unexpected end of file from server -> [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 
+1

至少你應該使用最先進的最新版本是0.8 – khmarbaise

+0

非常感謝,它的工作原理。 – PhilippeGeek

回答

1

這個問題來形成站點行家的過時版本 - 插件,你應該使用0.8或更新的版本。