2012-06-21 104 views
3

我注意到jenkins的聲音jacoco插件沒有聲納,我的問題是如何在我的pom.xml中進行配置?我製作了jacoco.exec,但是如何使用jacoco插件製作.xml文件?我發現它在github上(Jacoco Plugin on GitHubJenkins jacoco插件

我已經下載的zip,並試圖編譯它絲毫行家,但我得到的錯誤

The project org.jenkins-ci.plugins:jacoco:1.0.1-SNAPSHOT (D:\Projects\jenkinsci-jacoco-plugin\pom.xml) has 1 error 
Non-resolvable parent POM for org.jenkins-ci.plugins:plugin:1.424.6: Could not transfer artifact org.jenkins-ci:jenkins:pom:1.21 from/to repo.jenkins-ci.org (http://repo.jenkins-ci.org/public/): 
Error transferring file: Server returned HTTP response code: 503 for URL: http://repo.jenkins-ci.org/public/org/jenkins-ci/jenkins/1.21/jenkins-1.21.pom @ org.jenkins-ci.plugins:plugin:1.424.6, 
C:\Documents and Settings\ro1v0367\.m2\repository\org\jenkins-ci\plugins\plugin\1.424.6\plugin-1.424.6.pom, line 4, column 11 -> [Help 2] 

有哪些jacoco插件的步驟,我該怎麼辦?

回答