aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-06-12 11:46:20 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2015-08-12 14:24:36 +0200
commit83e62d6b93cf34ad5dd4e6e46d7ac8ef47587ed6 (patch)
tree5b66f0f3331be5d6dc90c08ac7ad1e554e752715 /pom.xml
parente1f732737dfdb22f44ce0673544c37617c56531f (diff)
downloadsonarqube-83e62d6b93cf34ad5dd4e6e46d7ac8ef47587ed6.tar.gz
sonarqube-83e62d6b93cf34ad5dd4e6e46d7ac8ef47587ed6.zip
Upgrade frontend-m-p to fix NPM errors
This requires to upgrade min version of mvn to from 3.0 to 3.1
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 3 insertions, 11 deletions
diff --git a/pom.xml b/pom.xml
index 93225c3b253..81642d01a3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
<tomcat.version>8.0.18</tomcat.version>
<elasticsearch.version>1.4.4</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <maven.min.version>3.0.5</maven.min.version>
+ <maven.min.version>3.1</maven.min.version>
<jdk.min.version>1.7</jdk.min.version>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
@@ -116,7 +116,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>0.0.20</version>
+ <version>0.0.23</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
@@ -372,15 +372,7 @@
<version>${jdk.min.version}</version>
</requireJavaVersion>
<requireMavenVersion>
- <message>Maven ${maven.min.version} to 3.2.x is required.
- </message>
- <!-- maven 3.3.1 is not supported because of frontend-maven-plugin :
- https://github.com/eirslett/frontend-maven-plugin/issues/184
- https://github.com/eirslett/frontend-maven-plugin/commit/c21b91cc91b8a4f329ad48f6fc1f6269ad0f1f5d
- Upgrading to frontend-m-p 0.0.23 drops support of maven 3.0, which is currently the reference version
- used at SonarSource.
- -->
- <version>[${maven.min.version},3.3)</version>
+ <version>[${maven.min.version},)</version>
</requireMavenVersion>
<bannedDependencies>
<!-- See SONAR-2512 -->