aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2015-09-10 11:44:24 +0200
committerDavid Gageot <david@gageot.net>2015-09-10 11:44:24 +0200
commit4d0e6a694f184787ca32dc319a4ee031820c7e4f (patch)
treeb3559beda26b6d25ecdcac18c2065643f779bc62 /server/sonar-web/pom.xml
parentd7fbf7680b0e527312165f1ca39937c5f24c1d22 (diff)
downloadsonarqube-4d0e6a694f184787ca32dc319a4ee031820c7e4f.tar.gz
sonarqube-4d0e6a694f184787ca32dc319a4ee031820c7e4f.zip
Fix the location where to download nodejs from
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r--server/sonar-web/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index a4093f2d8e1..b63cb655ca3 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -100,6 +100,8 @@
<goal>install-node-and-npm</goal>
</goals>
<configuration>
+ <nodeDownloadRoot>https://nodejs.org/dist/</nodeDownloadRoot>
+ <npmDownloadRoot>http://registry.npmjs.org/npm/-/</npmDownloadRoot>
<nodeVersion>v0.12.2</nodeVersion>
<npmVersion>2.9.1</npmVersion>
</configuration>