Commit 315688c4 authored by Nguyen Ha's avatar Nguyen Ha

fix sonar

parent dc66843d
...@@ -173,6 +173,20 @@ ...@@ -173,6 +173,20 @@
<!--<executable>true</executable>--> <!--<executable>true</executable>-->
<!--</configuration>--> <!--</configuration>-->
</plugin> </plugin>
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
<version>3.3.0.603</version>
<executions>
<execution>
<phase>verify</phase>
<goals>
<goal>sonar</goal>
</goals>
</execution>
</executions>
</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