Commit 1a55a2b7 authored by Nguyen Ha's avatar Nguyen Ha

remove plugin sonar

parent 315688c4
...@@ -174,19 +174,19 @@ ...@@ -174,19 +174,19 @@
<!--</configuration>--> <!--</configuration>-->
</plugin> </plugin>
<plugin> <!--<plugin>-->
<groupId>org.sonarsource.scanner.maven</groupId> <!--<groupId>org.sonarsource.scanner.maven</groupId>-->
<artifactId>sonar-maven-plugin</artifactId> <!--<artifactId>sonar-maven-plugin</artifactId>-->
<version>3.3.0.603</version> <!--<version>3.3.0.603</version>-->
<executions> <!--<executions>-->
<execution> <!--<execution>-->
<phase>verify</phase> <!--<phase>verify</phase>-->
<goals> <!--<goals>-->
<goal>sonar</goal> <!--<goal>sonar</goal>-->
</goals> <!--</goals>-->
</execution> <!--</execution>-->
</executions> <!--</executions>-->
</plugin> <!--</plugin>-->
</plugins> </plugins>
</build> </build>
<repositories> <repositories>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment