aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-09 12:02:00 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-10-10 21:45:59 +0200
commit6de5fce1d394c47b9891f0652675aeaa8e668332 (patch)
tree30b9fbe8ef474ed0a11f201a2d7a488fd247c6b3 /pom.xml
parentc658a3bec4b35003e624a2e3063c62bad710aa1a (diff)
downloadsonarqube-6de5fce1d394c47b9891f0652675aeaa8e668332.tar.gz
sonarqube-6de5fce1d394c47b9891f0652675aeaa8e668332.zip
Reduce verbosity of beanshell during Maven build
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 73f71b674ca..9ba28bef2db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
<plugin>
<groupId>com.github.genthaler</groupId>
<artifactId>beanshell-maven-plugin</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</plugin>
</plugins>
</pluginManagement>
@@ -339,6 +339,7 @@
<goal>run</goal>
</goals>
<configuration>
+ <quiet>true</quiet>
<script>
<![CDATA[
String[] timezones = new String[] {"GMT-9", "UTC", "GMT+9"};