diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-18 18:15:06 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-11-18 18:15:06 +0100 |
commit | 42f04be45ba35bd6da6c7b425503aef49c95c028 (patch) | |
tree | 31c8dcfe5fa45f4f9f75eb4835a88ce9f5a202e6 /pom.xml | |
parent | 2c7eb4eebfa11ab66a9d09529ba0c2f40f5f53ef (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |