summaryrefslogtreecommitdiffstats
path: root/samples/interfaces/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'samples/interfaces/pom.xml')
-rw-r--r--samples/interfaces/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/interfaces/pom.xml b/samples/interfaces/pom.xml
index 3411a4e3a..cd4ebb869 100644
--- a/samples/interfaces/pom.xml
+++ b/samples/interfaces/pom.xml
@@ -31,10 +31,16 @@
<prerequisites>
<maven>3.1.1</maven>
</prerequisites>
+
+ <properties>
+ <sonar.skip>true</sonar.skip>
+ </properties>
+
<modules>
<module>models</module>
<module>mapping</module>
</modules>
+
<!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->
<build>
<plugins>