diff options
author | Manoop Talasila <talasila@research.att.com> | 2017-09-30 14:28:04 -0400 |
---|---|---|
committer | Manoop Talasila <talasila@research.att.com> | 2017-09-30 14:35:19 -0400 |
commit | 7c18602deea3cd59158d6ae3a8894b10c55193a5 (patch) | |
tree | 21bbf948f9462b79cc28113aeeb41ef8807936f8 /pom.xml | |
parent | 0bb15c121f521fd9dda318dd030101878e6249d9 (diff) |
Remove oParent and sonar.java.binaries.
This is to fix Sonar code coverage reporting.
Issue-Id: PORTAL-50
Change-Id: Ib222f60587405924653d201a7f5f057d018e8bf5
Signed-off-by: Manoop Talasila <talasila@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3,12 +3,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> + <!--<parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> <version>0.1.1</version> <relativePath /> - </parent> + </parent>--> <groupId>org.onap.portal</groupId> <artifactId>onap-portal-parent</artifactId> @@ -46,7 +46,7 @@ <sonar.projectBaseDir>${project.basedir}</sonar.projectBaseDir> <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> <sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions> - <sonar.java.binaries>.</sonar.java.binaries> + <!--<sonar.java.binaries>.</sonar.java.binaries>--> </properties> <!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml |