aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEvgeny Mandrikov <mandrikov@gmail.com>2012-03-14 09:52:29 +0400
committerEvgeny Mandrikov <mandrikov@gmail.com>2012-03-14 09:52:29 +0400
commit6a907c8f5d27996b47a642f0c5be69050aa01b99 (patch)
tree92021a74dca00be02b57cbc2c7bd22ccba22739a /pom.xml
parentea2bcfd9b0137fcff0e88404e9fa2cadbbfda6c6 (diff)
downloadsonarqube-6a907c8f5d27996b47a642f0c5be69050aa01b99.tar.gz
sonarqube-6a907c8f5d27996b47a642f0c5be69050aa01b99.zip
Skip sanity checks in dev profile
Move skip of sanity checks from quick-build scripts into dev profile. This is more convenient at least for users of Maven bash completion.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 09c69da1587..ae4e34fae6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1046,6 +1046,8 @@
<profile>
<id>dev</id>
<properties>
+ <skipSanityChecks>true</skipSanityChecks>
+
<!-- used in sonar-core-gwt and sonar-design-plugin -->
<gwt.permutationSuffix>Dev</gwt.permutationSuffix>
<gwt.extraJvmArgs>-Xmx512m -Xss1024k -Dgwt.draftCompile=true</gwt.extraJvmArgs>