Commit 5ea62a9451214f1e52fb0ad8f8f69f916653f061

Authored by 架构师-江远林
1 parent 3fc7a47c

由于sonar的版本升级,导致部分功能jdk1.7无法使用

只 安装jdk1.7的,可以正常执行mvn install
安装jdk1.8的,可以执行mvn install或者mvn install sonar:sonar
Showing 1 changed file with 0 additions and 9 deletions
@@ -572,15 +572,6 @@ @@ -572,15 +572,6 @@
572 <groupId>org.sonarsource.scanner.maven</groupId> 572 <groupId>org.sonarsource.scanner.maven</groupId>
573 <artifactId>sonar-maven-plugin</artifactId> 573 <artifactId>sonar-maven-plugin</artifactId>
574 <version>3.3.0.603</version> 574 <version>3.3.0.603</version>
575 - <executions>  
576 - <execution>  
577 - <id>sonar</id>  
578 - <phase>package</phase>  
579 - <goals>  
580 - <goal>sonar</goal>  
581 - </goals>  
582 - </execution>  
583 - </executions>  
584 </plugin> 575 </plugin>
585 <!-- 拷贝依赖包插件 --> 576 <!-- 拷贝依赖包插件 -->
586 <plugin> 577 <plugin>