Michael Blow has submitted this change and it was merged.

Change subject: Include JavaScript Files For SonarQube Scan
......................................................................


Include JavaScript Files For SonarQube Scan

Change-Id: I43f10cf6b35203406cccc9f9331cde5771de8bf3
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1102
Sonar-Qube: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Reviewed-by: Till Westmann <ti...@apache.org>
---
M asterixdb/asterix-app/pom.xml
M asterixdb/asterix-examples/pom.xml
M hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
3 files changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Till Westmann: Looks good to me, approved
  Jenkins: Verified; No violations found; Verified



diff --git a/asterixdb/asterix-app/pom.xml b/asterixdb/asterix-app/pom.xml
index c2de29a..cf96893 100644
--- a/asterixdb/asterix-app/pom.xml
+++ b/asterixdb/asterix-app/pom.xml
@@ -35,6 +35,7 @@
 
   <properties>
     
<appendedResourcesDirectory>${basedir}/src/main/appended-resources</appendedResourcesDirectory>
+    <sonar.sources>pom.xml,src/main/java,src/main/resources</sonar.sources>
   </properties>
 
   <build>
diff --git a/asterixdb/asterix-examples/pom.xml 
b/asterixdb/asterix-examples/pom.xml
index fbf4042..44b982a 100644
--- a/asterixdb/asterix-examples/pom.xml
+++ b/asterixdb/asterix-examples/pom.xml
@@ -36,6 +36,7 @@
 
   <properties>
     
<appendedResourcesDirectory>${basedir}/../src/main/appended-resources</appendedResourcesDirectory>
+    <sonar.sources>pom.xml,src/main/java,src/main/resources</sonar.sources>
   </properties>
 
   <packaging>pom</packaging>
diff --git 
a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml 
b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
index 26b4cb6..910d1a2 100644
--- a/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
+++ b/hyracks-fullstack/hyracks/hyracks-control/hyracks-control-cc/pom.xml
@@ -29,6 +29,7 @@
 
   <properties>
     <root.dir>${basedir}/../../..</root.dir>
+    <sonar.sources>pom.xml,src/main/java,src/main/resources</sonar.sources>
   </properties>
   <dependencies>
     <dependency>

-- 
To view, visit https://asterix-gerrit.ics.uci.edu/1102
To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I43f10cf6b35203406cccc9f9331cde5771de8bf3
Gerrit-PatchSet: 4
Gerrit-Project: asterixdb
Gerrit-Branch: master
Gerrit-Owner: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Jenkins <jenk...@fulliautomatix.ics.uci.edu>
Gerrit-Reviewer: Michael Blow <mb...@apache.org>
Gerrit-Reviewer: Till Westmann <ti...@apache.org>

Reply via email to