]> source.dussan.org Git - sonarqube.git/commitdiff
Update com.github.eirslett:frontend-maven-plugin to fix proxy issue
authorMarc-Andre Laperle <malaperle@gmail.com>
Tue, 22 Mar 2016 18:54:03 +0000 (14:54 -0400)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Mar 2016 10:32:35 +0000 (11:32 +0100)
Behind a proxy, it was not possible to build Sonarqube because it
failed to download node-v4.2.4-linux-x64.tar.gz, for example.
Updating com.github.eirslett:frontend-maven-plugin fixes this issue.

Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 73f97eb7d4d7c602ac6e5ac5e40a1ab426467ab8..ded0eaa437e4d2062bd50cbbb87943a1056891ff 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <plugin>
           <groupId>com.github.eirslett</groupId>
           <artifactId>frontend-maven-plugin</artifactId>
-          <version>0.0.26</version>
+          <version>0.0.29</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>