diff options
Diffstat (limited to 'server/sonar-web/pom.xml')
-rw-r--r-- | server/sonar-web/pom.xml | 2 |
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> |