Configured Sonarqube to use the correct node path

This commit is contained in:
Philipp Czora
2019-01-23 14:24:25 +01:00
parent 2a8640b963
commit 3ddbdc6ca0

View File

@@ -817,6 +817,10 @@
<!-- *UserPassword JS files are excluded because extraction of common code would not make the code more readable -->
<sonar.cpd.exclusions>**/*StoreFactory.java,**/*UserPassword.js</sonar.cpd.exclusions>
<node.version>8.11.3</node.version>
<sonar.nodejs.executable>./target/frontend/buildfrontend-node/node-v${node.version}-linux-x64/bin/node</sonar.nodejs.executable>
</properties>
</project>