summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml1
-rw-r--r--portal-FE-os/pom.xml3
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3fe2b711..e26a4060 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,6 +41,7 @@
<!-- <sonar.exclusions>**/scripts/**/*,**.js</sonar.exclusions> -->
<sonar.test.exclusions>**/test/**/*,**/tests/**/*</sonar.test.exclusions>
<enforcer.skip>false</enforcer.skip>
+ <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled>
</properties>
<!-- Specify the repositories here to avoid coordination of ~/.m2/settings.xml
diff --git a/portal-FE-os/pom.xml b/portal-FE-os/pom.xml
index 85def902..fd497e17 100644
--- a/portal-FE-os/pom.xml
+++ b/portal-FE-os/pom.xml
@@ -17,9 +17,8 @@
<sonar.exclusions>**/node_modules/**,**/*.spec.ts,**/*.module.ts,**/environment.prod.ts,**/*.js,**/main.ts,**/header-interceptor.ts,**/dynamic-widget.component.ts</sonar.exclusions>
<sonar.test.inclusions>**/*.spec.ts</sonar.test.inclusions>
<sonar.tests>src</sonar.tests>
- <sonar.scm.exclusions.disabled>true</sonar.scm.exclusions.disabled>
<sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
- <sonar.nodejs.executable>node</sonar.nodejs.executable>
+ <sonar.nodejs.executable>${project.basedir}\node\</sonar.nodejs.executable>
</properties>
<build>