aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven3-plugin
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-06 11:40:39 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-06 11:59:49 +0100
commit34cff10aba416343d259a21d1f9ca92e1188bf0e (patch)
tree3afe70f7b0d04c55e9f56b5c6da9802004818c0b /sonar-maven3-plugin
parent099f5133ceec1648c5dc96420c8cd0676e48df68 (diff)
downloadsonarqube-34cff10aba416343d259a21d1f9ca92e1188bf0e.tar.gz
sonarqube-34cff10aba416343d259a21d1f9ca92e1188bf0e.zip
SONAR-5705 Restore internal mojo to have clean failure
Diffstat (limited to 'sonar-maven3-plugin')
-rw-r--r--sonar-maven3-plugin/pom.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/sonar-maven3-plugin/pom.xml b/sonar-maven3-plugin/pom.xml
new file mode 100644
index 00000000000..5863d5bbe36
--- /dev/null
+++ b/sonar-maven3-plugin/pom.xml
@@ -0,0 +1,19 @@
+<?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/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+ <parent>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar</artifactId>
+ <version>5.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>sonar-maven3-plugin</artifactId>
+ <packaging>pom</packaging>
+ <name>SonarQube :: Maven3 Plugin</name>
+ <!-- Since Sonar 3.7 there is no more difference between Maven 2 and Maven 3 so relocate to Maven 2 plugin to avoid duplication -->
+ <distributionManagement>
+ <relocation>
+ <artifactId>sonar-maven-plugin</artifactId>
+ </relocation>
+ </distributionManagement>
+
+</project>
on> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/remote.php
blob: 7738de04f6000ee7c25d93dab2152efc4a72d83e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40