aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-23 23:13:20 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-07-23 23:13:20 +0200
commitaafebf773768ac46471f9de4e6588970085ac0d9 (patch)
tree7cea484cb13a14bc86c11545d0954bcf9dbd16eb /pom.xml
parentb7d09c38a8ffd827142b271eb3eb4635058226f2 (diff)
downloadsonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.tar.gz
sonarqube-aafebf773768ac46471f9de4e6588970085ac0d9.zip
SONAR-4898 improve default settings
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index 20de056d4d3..0bca68ac20f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.codehaus.sonar</groupId>
@@ -1256,6 +1257,13 @@
<profiles>
<profile>
+ <id>dev</id>
+ <properties>
+ <skipSanityChecks>true</skipSanityChecks>
+ <enforcer.skip>true</enforcer.skip>
+ </properties>
+ </profile>
+ <profile>
<id>release</id>
<build>
<plugins>
@@ -1358,7 +1366,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1371,7 +1379,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1385,7 +1393,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1398,7 +1406,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>