diff options
author | Lusheng <lji@research.att.com> | 2017-05-10 02:56:31 +0000 |
---|---|---|
committer | Lusheng <lji@research.att.com> | 2017-05-10 02:56:31 +0000 |
commit | b95f1fb61c5524152f0bf3d0f43594a8f4070b64 (patch) | |
tree | 1de0a6aa31b738b140b71a07abda181bc8aa87ac /pom.xml | |
parent | dfdaa53fd791dabb056351f4b7f74dee7c60539c (diff) |
added sonar plugin calling
Change-Id: Idb1aa26e28f7f00d310cd21e08adf2358a30866e
Signed-off-by: Lusheng <lji@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1035,6 +1035,10 @@ <stagingProfileId>176c31dfe190a</stagingProfileId> </configuration> </plugin> + <plugin> + <groupId>org.codehaus.mojo</groupId> + <artifactId>sonar-maven-plugin</artifactId> + </plugin> </plugins> </build> |