diff options
author | Jenkins CI <ci@sonarsource.com> | 2012-06-12 15:52:34 +0200 |
---|---|---|
committer | Jenkins CI <ci@sonarsource.com> | 2012-06-12 15:52:34 +0200 |
commit | edb4159f47135d45a1b9dddc89ccfe8d58a1e4cb (patch) | |
tree | bdb1dd65ad3efdbdc08d77cabe29ac8028028491 /pom.xml | |
parent | 444cb1abc3aa860f51847770b0366cfe39910a7a (diff) | |
parent | 24a0d0318cc9379bd22a77387c2d2fd961f04402 (diff) | |
download | sonarqube-edb4159f47135d45a1b9dddc89ccfe8d58a1e4cb.tar.gz sonarqube-edb4159f47135d45a1b9dddc89ccfe8d58a1e4cb.zip |
Automatic merge from branch-3.1
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,6 +1,5 @@ <?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> @@ -105,7 +104,7 @@ <skipSanityChecks>false</skipSanityChecks> <!-- default GWT configuration. It's overridden by the profile 'dev' to speed up compilation in dev environments--> - <gwt.permutationSuffix/> + <gwt.permutationSuffix /> <gwt.extraJvmArgs>-Xmx512m -Xss1024k</gwt.extraJvmArgs> <sonar.snapshotRepository.url>dav:https://dav.codehaus.org/snapshots.repository/sonar</sonar.snapshotRepository.url> </properties> @@ -1208,7 +1207,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1221,7 +1220,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1234,7 +1233,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1248,7 +1247,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -1261,7 +1260,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore/> + <ignore /> </action> </pluginExecution> </pluginExecutions> |