作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想使用 maven 的 commons-lang,但是 apache 存储库不是,我在本地存储库中下载了 commons-lang-src 发布,但是警告。
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.4.3:test (default-test) on project commons-lang: There are test failures.
如何解决?
最佳答案
这不是做这件事的方法。正如您在 this maven mirror listing 中看到的那样, commons/lang 源已经在所有镜像中央的 maven 存储库中可用, 所以没有必要自己构建它们 (顺便说一句: 如果你构建项目, 你正在安装编译的二进制文件, 而不是源, 所以即使是成功的不会帮助你)。
这是如何做到的(假设您使用的是 eclipse):
Maven -> Download Sources
如果你不使用 eclipse,我知道 NetBeans 和 IntelliJ Idea 有类似的插件。
关于java - 如何将 commons-lang src 安装到本地存储库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3599472/
我是一名优秀的程序员,十分优秀!