]> source.dussan.org Git - sonarqube.git/commitdiff
activate the dev profile in quick-build scripts
authorsimonbrandhof <simon.brandhof@gmail.com>
Thu, 13 Jan 2011 18:17:41 +0000 (19:17 +0100)
committersimonbrandhof <simon.brandhof@gmail.com>
Thu, 13 Jan 2011 18:17:41 +0000 (19:17 +0100)
quick-build.bat
quick-build.sh

index 639cb13ae1adb79dd423cf4e92de6f9a9580a144..a72fc8a4a6add289ef355b21aaad563f6bd78aae 100644 (file)
@@ -1,2 +1,2 @@
 set MAVEN_OPTS=-Xmx768m -XX:MaxPermSize=256m
-mvn clean install -Dtest=false -DfailIfNoTests=false
\ No newline at end of file
+mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
\ No newline at end of file
index 9e04cbd96e3eb5f2e81366cd3e7b491b50035dde..fe5fb3708b77c791b18e4e3979bc01b58f92748a 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 # it is recommended to use maven 3.0-beta-1 (or more) for faster builds
-mvn clean install -Dtest=false -DfailIfNoTests=false
\ No newline at end of file
+mvn clean install -Dtest=false -DfailIfNoTests=false -Ddev
\ No newline at end of file