
maven
程序猿20
这个作者很懒,什么都没留下…
展开
-
maven命令行查看项目依赖jar包以便排除依赖冲突
maven命令行查看项目依赖jar包以便排除依赖冲突原创 2022-05-06 15:24:13 · 7100 阅读 · 0 评论 -
maven跳过单元测试-maven.test.skip和skipTests的区别
maven跳过单元测试-maven.test.skip和skipTests的区别原创 2022-01-07 22:06:37 · 4961 阅读 · 1 评论 -
Maven scope依赖范围详解
maven scope依赖范围,大致有compile、provided、runtime、test、system等几个。原创 2022-01-06 11:03:10 · 244 阅读 · 0 评论 -
maven:maven-surefire-plugin插件执行测试代码
maven:maven-surefire-plugin插件执行测试代码。原创 2022-01-05 21:51:53 · 388 阅读 · 0 评论 -
Element ‘dependencies‘ cannot have character[children],because the type‘s content type is elemen
Element 'dependencies' cannot have character[children],because the type's content type is elemen原创 2021-12-01 23:30:48 · 1449 阅读 · 0 评论 -
eclipse出现operator is not allowed for source level below 1.7
这个问题需要在两个地方配置,一个是pom.xml文件,一个是编译选项。在pom.xml文件中添加maven的编译插件:<build> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.6.3</version> <configuratio原创 2021-11-27 11:26:41 · 516 阅读 · 0 评论