diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-15 18:35:54 +0200 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2014-07-15 18:35:54 +0200 |
commit | c052c674249a80eb8cd2ab4e9673adfee03cbb47 (patch) | |
tree | f6e9e3625a327785b01e5ab0df81c3906c2a7e14 | |
parent | 2da690d8e4c5d553d4bf9736ea6164fa4a909392 (diff) | |
download | sonarqube-c052c674249a80eb8cd2ab4e9673adfee03cbb47.tar.gz sonarqube-c052c674249a80eb8cd2ab4e9673adfee03cbb47.zip |
Restore rails dev mode in start-dev-server profile
-rw-r--r-- | server/sonar-web/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index ef74b2cd81d..479bba07ad9 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -342,6 +342,7 @@ <useNaming>false</useNaming> <systemProperties> <SONAR_HOME>${project.build.directory}/dev</SONAR_HOME> + <rails.env>development</rails.env> <jruby.max.runtimes>3</jruby.max.runtimes> <sonar.jdbc.url>${sonar.jdbc.url}</sonar.jdbc.url> <sonar.es.http.host>127.0.0.1</sonar.es.http.host> |