mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-17 17:32:16 +02:00
Configured Sonarqube to use the correct node path
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user