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