jjb: Remove coverity build options related to lttng-scope
[lttng-ci.git] / scripts / common / coverity.sh
index d596599aba4994ff2b0fe40f06db23125889e396..80abeddf6a6cc40e63ede582055775086ce812b7 100755 (executable)
@@ -78,11 +78,6 @@ lttng-ust)
     BUILD_TYPE="autotools"
     export CLASSPATH="/usr/share/java/log4j-api.jar:/usr/share/java/log4j-core.jar:/usr/share/java/log4j-1.2.jar"
     ;;
-lttng-scope|ctf-java|libdelorean-java|jabberwocky)
-    CONF_OPTS=()
-    BUILD_TYPE="maven"
-    MVN_BIN="$HOME/tools/hudson.tasks.Maven_MavenInstallation/default/bin/mvn"
-    ;;
 *)
     echo "Generic project, no configure options."
     CONF_OPTS=()
This page took 0.022196 seconds and 4 git commands to generate.