如何添加 JUnit 4 库。到maven 1.0.2
所以问题是我使用 maven 1.0.2 来构建我的程序。我知道它有点过时,但使用它不是我的选择。我仍然想使用 JUnit 4 来测试我的应用程序。我没有找到任何可以解决我的问题的东西。一切都是关于新版本的 Maven。有人可以描述是否可能和/或如何做到这一点。
So the problem is that I use maven 1.0.2 to build my program. I am aware that it is a bit obsolate but It was not my choice to use it. Still I would like to use JUnit 4 to test my app. I did not find anything that would solve my problem. Everything was about newer versions of maven. Can someone describe wheter it is possible and/or how to do that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要参考这个maven 1 maven 1 语法的项目描述符。
语法与 maven 2/3 的语法相同,按照 此文档。
You may want to refer to this maven 1 project descriptor on the syntax for maven 1.
The syntax is the same as that for maven 2/3 as per this documentation.