diff options
Diffstat (limited to 'common/pom.xml')
-rw-r--r-- | common/pom.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/pom.xml b/common/pom.xml index 72f23feb1..ebf2a9488 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -24,14 +24,19 @@ <prerequisites> <maven>3.1.1</maven> </prerequisites> + + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <modules> <module>checkstyle</module> <module>api-parent</module> <module>impl-parent</module> <module>minimal-assembly-descriptor</module> <module>minimal-distribution-parent</module> - </modules> + <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build --> <build> <plugins> |