aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fed8674..9bea143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,6 +29,9 @@
<aai.common.version>1.7.0</aai.common.version>
<aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/</aai.build.directory>
<graphgraph.startpath>src/main/resources/</graphgraph.startpath>
+ <sonar.javascript.lcov.reportPaths>${project.build.directory}/graphgraph-fe/coverage/lcov.info</sonar.javascript.lcov.reportPaths>
+ <sonar.nodejs.executable>${project.basedir}/graphgraph-fe/node/node</sonar.nodejs.executable>
+ <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/graphgraph-fe/src</sonar.sources>
</properties>
<dependencies>