aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-01 13:46:36 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-01 13:46:36 +0100
commit29d4aa57e2301cd0822465bad3b458cbecbe61c5 (patch)
treeeec0e1b28acd45ce0f6aa0d34c907819dc3e05c6 /pom.xml
parentc9632d8ffeb9c9a8354ac8503142b69d57a60476 (diff)
downloadsonarqube-29d4aa57e2301cd0822465bad3b458cbecbe61c5.tar.gz
sonarqube-29d4aa57e2301cd0822465bad3b458cbecbe61c5.zip
Use an available port for JS tests
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 12 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index 2ad3e7d12b8..d8293c7a147 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>
@@ -139,6 +140,11 @@
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
+ <artifactId>build-helper-maven-plugin</artifactId>
+ <version>1.9.1</version>
+ </plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.3</version>
</plugin>
@@ -698,7 +704,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-csv</artifactId>
- <version>1.0</version>
+ <version>1.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
@@ -1309,7 +1315,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1322,7 +1328,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1336,7 +1342,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
<pluginExecution>
@@ -1349,7 +1355,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore />
+ <ignore/>
</action>
</pluginExecution>
</pluginExecutions>