diff options
author | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-22 15:32:03 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@gmail.com> | 2012-11-22 15:32:32 +0100 |
commit | 62e210d9c0bd46b0f92790d643bb2361ebaee8d7 (patch) | |
tree | d99319ed94a6c827a87f1faa9337d97ba12324c5 /sonar-application/src/main/assembly | |
parent | 52f2ce48a3b0b133e1f9d11917f68dc915f30518 (diff) | |
download | sonarqube-62e210d9c0bd46b0f92790d643bb2361ebaee8d7.tar.gz sonarqube-62e210d9c0bd46b0f92790d643bb2361ebaee8d7.zip |
SONAR-3963 The script in charge to produce sonar.war generates a misleading message about the sonar home directory
Diffstat (limited to 'sonar-application/src/main/assembly')
-rw-r--r-- | sonar-application/src/main/assembly/war/build.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sonar-application/src/main/assembly/war/build.xml b/sonar-application/src/main/assembly/war/build.xml index dd7d897a011..797b37747f6 100644 --- a/sonar-application/src/main/assembly/war/build.xml +++ b/sonar-application/src/main/assembly/war/build.xml @@ -39,17 +39,17 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02 </war> <echo> - ----------------------------------------------------------------------------------------------------------- - sonar.war is ready to be deployed. It is linked to the Sonar home directory: + ------------------------------------------------------------------------------------------------------------------ + sonar.war is ready to be deployed. It is linked by default to the Sonar home directory: ${sonarHome} + Each machine on which the sonar.war archive is going to be deployed should have locally this Sonar home directory. + This directory is used by Sonar for instance to store Sonar plugins. + This is possible to override this default Sonar home directory by defining the SONAR_HOME environment variable IMPORTANT NOTES : - * supported web servers are Jetty and Tomcat 5.x/6.x/7.x - * the web application uses the Sonar home directory. For this reason it must be deployed on this host only. - * the war file must be rebuilt when : - - the Sonar home directory is moved to other location - - sonar is upgraded to a new version - ----------------------------------------------------------------------------------------------------------- + * Supported web servers are Jetty and Tomcat 5.x/6.x/7.x + * The war file must be rebuilt in case of sonar upgrade + ------------------------------------------------------------------------------------------------------------------ </echo> </target> |