summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-17 23:05:19 +0530
committerjegadeeshbabu3 <jegadeesh.babu@att.com>2020-03-17 23:06:27 +0530
commitc8e0094ea4d8dfd232baacff4affcd2cefc9a5d8 (patch)
tree63a69536f32fe3754d2c81a49029a91ecc2551a9
parentc953ac7f8c9a6ece47ba4b7195f8b9148944a45b (diff)
Added scm exclusion property to route
Added scm exclusion to root pom Issue-ID: PORTAL-837 Change-Id: I2157b3f50bdc0c757be85dc5a4135bfe889ac5de Signed-off-by: jz385p <jegadeesh.babu@att.com>
-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>