From 0ec2b999602767fe4ede460b63d23f56937beae2 Mon Sep 17 00:00:00 2001 From: Marc-Andre Laperle Date: Tue, 22 Mar 2016 14:54:03 -0400 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 73f97eb7d4d..ded0eaa437e 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ com.github.eirslett frontend-maven-plugin - 0.0.26 + 0.0.29 org.apache.maven.plugins -- 2.39.5