From: Simon Brandhof Date: Tue, 7 Apr 2015 20:10:22 +0000 (+0200) Subject: Replace GMavenPlus by beanshell X-Git-Tag: 5.2-RC1~2348 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c909c60468416fa2375c9f9e1282ffa11b834783;p=sonarqube.git Replace GMavenPlus by beanshell I'm afraid of the side-effects of the required property "allowSystemExits" of GMavenPlus (yet another groovy maven plugin) --- diff --git a/pom.xml b/pom.xml index c57694d1836..6ec2d1c6be8 100644 --- a/pom.xml +++ b/pom.xml @@ -418,39 +418,28 @@ early the tests that are coupled with local environment. --> - org.codehaus.gmavenplus - gmavenplus-plugin - 1.5 + com.github.genthaler + beanshell-maven-plugin + 1.0 randomize-environment validate - execute + run - - - + - - - org.codehaus.groovy - groovy-all - - 2.4.1 - runtime - - org.apache.maven.plugins