diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-01 11:36:40 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-01 11:36:46 -0500 |
commit | 81e8a7acf9a3ab46fd543d5933ad7436e5e38770 (patch) | |
tree | 0cb04e7ed6d6c43ced94f02aed7a6da62a877d98 | |
parent | 30d8a23e927d140a665333fb548e97a654cf59ee (diff) |
Add Sonar configuration
Added sonar and jacoco configuration
Issue-id: DMAAP-85
Change-Id: I8cdbf378ec20ede7f7f5c6decc10018fb517207e
Signed-off-by: Varun Gudisena <vg411h@att.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ <target>1.7</target> </configuration> </plugin> - <plugin> + <plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> <version>${jacoco.version}</version> |