我是靠谱客的博主 唠叨小霸王,这篇文章主要介绍Maven-package org.junit does not exist,现在分享给大家,希望可以做个参考。

     在java里面使用@Test做单元测试,想打个jar包用maven来build工程的时候,发现报错:

经过对比pom文件,发现junit的pom有点问题:

      <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <version>4.11</version>
            <!-- <scope>test</scope> -->
        </dependency>

 

<!-- <scope>test</scope> -->注释掉就行了,哈哈哈哈~~~

最后

以上就是唠叨小霸王最近收集整理的关于Maven-package org.junit does not exist的全部内容,更多相关Maven-package内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(43)

评论列表共有 0 条评论

立即
投稿
返回
顶部