Commit 1635d6d5cac793d14f0c6ee1df9ffb77caa57392
1 parent
d9d76323
修改插件
Showing
1 changed file
with
4 additions
and
8 deletions
pom.xml
@@ -120,7 +120,8 @@ | @@ -120,7 +120,8 @@ | ||
120 | 120 | ||
121 | 121 | ||
122 | <build> | 122 | <build> |
123 | - <pluginManagement> | 123 | + <!-- 切换到项目根目录执行mvn clean compile test package sonar:sonar能够生成测试报告 http://172.16.8.244:9000可以查看 --> |
124 | + <pluginManagement> | ||
124 | <plugins> | 125 | <plugins> |
125 | <plugin> | 126 | <plugin> |
126 | <groupId>org.sonarsource.scanner.maven</groupId> | 127 | <groupId>org.sonarsource.scanner.maven</groupId> |
@@ -173,13 +174,8 @@ | @@ -173,13 +174,8 @@ | ||
173 | </plugin> | 174 | </plugin> |
174 | 175 | ||
175 | 176 | ||
176 | - | ||
177 | - <!-- 切换到项目根目录执行mvn clean compile test package sonar:sonar能够生成测试报告 http://172.16.8.244:9000可以查看 --> | ||
178 | - <plugin> | ||
179 | - <groupId>org.sonarsource.scanner.maven</groupId> | ||
180 | - <artifactId>sonar-maven-plugin</artifactId> | ||
181 | - <version>3.3.0.603</version> | ||
182 | - </plugin> | 177 | + |
178 | + | ||
183 | <!-- 拷贝依赖包插件 --> | 179 | <!-- 拷贝依赖包插件 --> |
184 | <plugin> | 180 | <plugin> |
185 | <groupId>org.apache.maven.plugins</groupId> | 181 | <groupId>org.apache.maven.plugins</groupId> |