diff options
author | Marc-Andre Laperle <malaperle@gmail.com> | 2016-03-22 14:54:03 -0400 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-24 11:32:35 +0100 |
commit | 0ec2b999602767fe4ede460b63d23f56937beae2 (patch) | |
tree | f984223e7d599cb1bc49f54eb79e7ed747d08f24 /pom.xml | |
parent | 3ede1b35d04dcff7e7c9d1b6c9230bdeae3417c7 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |