随笔分类 -  maven

摘要:settings--plugins--搜索并下载.ignore插件,然后重启 右键项目NEW--.ignore file--.ignore file(Git);如下图 ### 忽略文件夹 .idea src/test target ### Java template # Compiled class 阅读全文
posted @ 2021-11-01 10:06 novae 阅读(217) 评论(0) 推荐(0)
摘要:1. pom.xml中配置插件来实现跳过测试打包的功能 <build> <plugins> <!-- maven 打包时跳过测试 --> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-p 阅读全文
posted @ 2021-11-01 08:48 novae 阅读(783) 评论(0) 推荐(0)