我注意到 jenkins whitout 声纳的 jacoco 插件已经发布,我的问题是如何在我的pom.xml
? 我已经制作了,jacoco.exec
但是如何使用 jacoco 插件制作.xml
文件?我在 github 上找到了它(GitHub 上的 Jacoco 插件)
我已经下载了 zip 并试图用 maven 编译它,但我得到了错误
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插件的步骤是什么,我该怎么办?