diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-09 12:02:00 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-10-10 21:45:59 +0200 |
commit | 6de5fce1d394c47b9891f0652675aeaa8e668332 (patch) | |
tree | 30b9fbe8ef474ed0a11f201a2d7a488fd247c6b3 /pom.xml | |
parent | c658a3bec4b35003e624a2e3063c62bad710aa1a (diff) | |
download | sonarqube-6de5fce1d394c47b9891f0652675aeaa8e668332.tar.gz sonarqube-6de5fce1d394c47b9891f0652675aeaa8e668332.zip |
Reduce verbosity of beanshell during Maven build
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"}; |