aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-01 14:08:15 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-01 14:08:25 +0100
commit0a5fc97c64d5ea6cb55e58eb39b8aadfb17c58ef (patch)
tree3cd0a0ab43b91a1e2ad524d82ff145bd0b6c3f68 /server
parent4058a1b3533e50348f995ff55b618043de59e43d (diff)
downloadsonarqube-0a5fc97c64d5ea6cb55e58eb39b8aadfb17c58ef.tar.gz
sonarqube-0a5fc97c64d5ea6cb55e58eb39b8aadfb17c58ef.zip
Fix loading of available port in sonar-web
Diffstat (limited to 'server')
-rw-r--r--server/sonar-web/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml
index a7d263fd129..8f72108bf80 100644
--- a/server/sonar-web/pom.xml
+++ b/server/sonar-web/pom.xml
@@ -116,7 +116,7 @@
<goals>
<goal>reserve-network-port</goal>
</goals>
- <phase>process-resources</phase>
+ <phase>generate-resources</phase>
<configuration>
<portNames>
<portName>jsTestPort</portName>