diff --git a/pom.xml b/pom.xml index 2ad3e7d12b8..d8293c7a147 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 org.codehaus.sonar @@ -137,6 +138,11 @@ maven-assembly-plugin 2.4 + + org.codehaus.mojo + build-helper-maven-plugin + 1.9.1 + org.codehaus.mojo buildnumber-maven-plugin @@ -698,7 +704,7 @@ org.apache.commons commons-csv - 1.0 + 1.0 commons-codec @@ -1309,7 +1315,7 @@ - + @@ -1322,7 +1328,7 @@ - + @@ -1336,7 +1342,7 @@ - + @@ -1349,7 +1355,7 @@ - + diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 27efe591792..a7d263fd129 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -107,6 +107,24 @@ + + org.codehaus.mojo + build-helper-maven-plugin + + + reserve-network-port + + reserve-network-port + + process-resources + + + jsTestPort + + + + + com.github.eirslett frontend-maven-plugin @@ -139,7 +157,7 @@ grunt - ${gruntTask} + ${gruntTask} --port=${jsTestPort}