diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-10-02 11:20:39 -0700 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-10-02 15:24:37 -0400 |
commit | 3c795555cc129fbc1b0e1c11d4588316b47ad66e (patch) | |
tree | 9dcbbe13e60a3fb9ab72f901f5260999e7c7f3d9 /ecomp-portal-FE-os | |
parent | 7c18602deea3cd59158d6ae3a8894b10c55193a5 (diff) |
Enable sonar code coverage with oparent
Remove commented-out property sonar.java.binaries.
Change-Id: I14f0597e472b387d48abc2cb1e55777a2fa55708
Issue-ID: PORTAL-50
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-os')
-rw-r--r-- | ecomp-portal-FE-os/pom.xml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ecomp-portal-FE-os/pom.xml b/ecomp-portal-FE-os/pom.xml index f0dffd75..4b596580 100644 --- a/ecomp-portal-FE-os/pom.xml +++ b/ecomp-portal-FE-os/pom.xml @@ -42,14 +42,6 @@ </configuration> </plugin> <plugin> - <groupId>org.jacoco</groupId> - <artifactId>jacoco-maven-plugin</artifactId> - <version>0.7.6.201602180812</version> - <configuration> - <skip>true</skip> - </configuration> - </plugin> - <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-resources-plugin</artifactId> <version>3.0.2</version> |