aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2014-07-02 17:41:35 +0200
committerEric Hartmann <hartmann.eric@gmail.com>2014-07-02 17:41:35 +0200
commitdc7c3d625ea297822160ba219ca376f6a92ad0b9 (patch)
tree36512d7dd5051ad1d9f0ee3a7558544260f0854c /pom.xml
parent5ef37639a4341fd2863d6cd6a38da14daf7b995b (diff)
downloadsonarqube-dc7c3d625ea297822160ba219ca376f6a92ad0b9.tar.gz
sonarqube-dc7c3d625ea297822160ba219ca376f6a92ad0b9.zip
[SONAR-5235] : Test for missing sources.jar
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 5 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 75151b67c2a..8d06c2153e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -482,7 +481,6 @@
<executions>
<execution>
<id>attach-sources</id>
- <phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
@@ -1374,7 +1372,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1387,7 +1385,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1401,7 +1399,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
<pluginExecution>
@@ -1414,7 +1412,7 @@
</goals>
</pluginExecutionFilter>
<action>
- <ignore/>
+ <ignore />
</action>
</pluginExecution>
</pluginExecutions>