]> source.dussan.org Git - sonarqube.git/commitdiff
Fix the location where to download nodejs from
authorDavid Gageot <david@gageot.net>
Thu, 10 Sep 2015 09:44:24 +0000 (11:44 +0200)
committerDavid Gageot <david@gageot.net>
Thu, 10 Sep 2015 09:44:24 +0000 (11:44 +0200)
server/sonar-web/pom.xml

index a4093f2d8e1751baff8bdf7426ce03c7fdbd3ecc..b63cb655ca320a28f6ea30ce55f5d43043591672 100644 (file)
               <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>