aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-01 11:36:40 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-01 11:36:46 -0500
commit81e8a7acf9a3ab46fd543d5933ad7436e5e38770 (patch)
tree0cb04e7ed6d6c43ced94f02aed7a6da62a877d98 /pom.xml
parent30d8a23e927d140a665333fb548e97a654cf59ee (diff)
Add Sonar configuration
Added sonar and jacoco configuration Issue-id: DMAAP-85 Change-Id: I8cdbf378ec20ede7f7f5c6decc10018fb517207e Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 2ccbdf0..c918734 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>