aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-18 18:15:06 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-11-18 18:15:06 +0100
commit42f04be45ba35bd6da6c7b425503aef49c95c028 (patch)
tree31c8dcfe5fa45f4f9f75eb4835a88ce9f5a202e6 /pom.xml
parent2c7eb4eebfa11ab66a9d09529ba0c2f40f5f53ef (diff)
downloadsonarqube-42f04be45ba35bd6da6c7b425503aef49c95c028.tar.gz
sonarqube-42f04be45ba35bd6da6c7b425503aef49c95c028.zip
Upgrade to frontend-m-p 0.26
It fixes the following recurrent error when switching branches: Caused by: java.lang.IllegalArgumentException: /Users/sbrandhof/dev/core/sonarqube/server/sonar-web/./node/npm is not a directory at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:891) at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:869) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.installNpm(NodeAndNPMInstaller.java:158) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller$NodeAndNPMInstallAction.install(NodeAndNPMInstaller.java:79) at com.github.eirslett.maven.plugins.frontend.lib.DefaultNodeAndNPMInstaller.install(NodeAndNPMInstaller.java:52) at com.github.eirslett.maven.plugins.frontend.mojo.InstallNodeAndNpmMojo.execute(InstallNodeAndNpmMojo.java:81) at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:132) ... 12 more
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 27ed5824de5..643f999933c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>0.0.23</version>
+ <version>0.0.26</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>