diff options
author | Xue Gao <xg353y@intl.att.com> | 2020-01-30 15:51:58 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-30 15:51:58 +0000 |
commit | 8d91398da6162c19643f3f7cae83327dd4e81263 (patch) | |
tree | 9122ca4e5ae8df49bb8c1cac370837d315e116ad /pom.xml | |
parent | c7b3e23f499d02f181e5d01d680118fe4cbdd6f0 (diff) | |
parent | f2d71ebde9dcd13d3181ba343ad82e728b30bf73 (diff) |
Merge "Remove blueprintId in loop"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -84,18 +84,12 @@ <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin> <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath> - <!-- The value below comes from the jacoco maven plugin output, sonar now takes xml only --> <sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/jacoco-html-xml-reports/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths> - <!-- <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath> - <sonar.jacoco.itReportPath>${project.build.directory}/coverage-reports/jacoco-it.exec</sonar.jacoco.itReportPath> --> <sonar.jacoco.reportMissing.force.zero>true</sonar.jacoco.reportMissing.force.zero> <sonar.projectVersion>${project.version}</sonar.projectVersion> - <!-- Enable language to disable javascript analysis --> - <!-- <sonar.language>java</sonar.language> --> - <!-- Parameters for Javascript coverage --> <sonar.log.level>DEBUG</sonar.log.level> - <sonar.nodejs.executable>${project.build.directory}/${ui.react.src}/node/node</sonar.nodejs.executable> - <sonar.verbose>true</sonar.verbose> + <sonar.nodejs.executable>${project.build.directory}/${ui.react.src}/node/node</sonar.nodejs.executable> + <sonar.verbose>true</sonar.verbose> <sonar.sources>src/main,${project.build.directory}/${ui.react.src}/src</sonar.sources> <sonar.exclusions>src/main/resources/**</sonar.exclusions> <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled> @@ -114,6 +108,7 @@ </properties> <profiles> + <!-- BEGIN: NOT USABLE profiles, those are defined when specific flags are enabled --> <profile> <id>without-test</id> <activation> @@ -153,6 +148,7 @@ <docker.skip>true</docker.skip> </properties> </profile> + <!-- END: NOT USABLE profiles, those are defined when specific flags are enabled --> <profile> <id>docker</id> <properties> |