aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMarc-Andre Laperle <malaperle@gmail.com>2016-03-22 14:54:03 -0400
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-24 11:32:35 +0100
commit0ec2b999602767fe4ede460b63d23f56937beae2 (patch)
treef984223e7d599cb1bc49f54eb79e7ed747d08f24 /pom.xml
parent3ede1b35d04dcff7e7c9d1b6c9230bdeae3417c7 (diff)
downloadsonarqube-0ec2b999602767fe4ede460b63d23f56937beae2.tar.gz
sonarqube-0ec2b999602767fe4ede460b63d23f56937beae2.zip
Update com.github.eirslett:frontend-maven-plugin to fix proxy issue
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 73f97eb7d4d..ded0eaa437e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<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>