aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 29089e2..f8246bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
<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.javascript.lcov.reportPaths>${project.basedir}/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>