Repository: olingo-odata4 Updated Branches: refs/heads/master 6553e9508 -> 4ff0e6974
[OLINGO-936] Add sonar.skip for sample and test modules Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/4ff0e697 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/4ff0e697 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/4ff0e697 Branch: refs/heads/master Commit: 4ff0e6974637dbdcb96b468e3f0feddc96e0a0f9 Parents: 6553e95 Author: Michael Bolz <[email protected]> Authored: Tue Apr 19 16:04:19 2016 +0200 Committer: Michael Bolz <[email protected]> Committed: Tue Apr 19 16:04:19 2016 +0200 ---------------------------------------------------------------------- ext/pom.xml | 4 ++++ fit/pom.xml | 1 + lib/server-tecsvc/pom.xml | 4 ++++ lib/server-test/pom.xml | 4 ++++ samples/pom.xml | 4 ++++ 5 files changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff0e697/ext/pom.xml ---------------------------------------------------------------------- diff --git a/ext/pom.xml b/ext/pom.xml index 91af4e7..f713635 100644 --- a/ext/pom.xml +++ b/ext/pom.xml @@ -35,6 +35,10 @@ <relativePath>..</relativePath> </parent> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <build> <plugins> <plugin> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff0e697/fit/pom.xml ---------------------------------------------------------------------- diff --git a/fit/pom.xml b/fit/pom.xml index 3d96062..97c3712 100644 --- a/fit/pom.xml +++ b/fit/pom.xml @@ -36,6 +36,7 @@ <properties> <cobertura.skip>true</cobertura.skip> + <sonar.skip>true</sonar.skip> <!-- exclude proxy tests by default --> <exclude.regex>.*proxy.*</exclude.regex> </properties> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff0e697/lib/server-tecsvc/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-tecsvc/pom.xml b/lib/server-tecsvc/pom.xml index fdd2792..7670458 100644 --- a/lib/server-tecsvc/pom.xml +++ b/lib/server-tecsvc/pom.xml @@ -34,6 +34,10 @@ <relativePath>..</relativePath> </parent> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <build> <resources> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff0e697/lib/server-test/pom.xml ---------------------------------------------------------------------- diff --git a/lib/server-test/pom.xml b/lib/server-test/pom.xml index b95356f..cd9cd73 100644 --- a/lib/server-test/pom.xml +++ b/lib/server-test/pom.xml @@ -34,6 +34,10 @@ <relativePath>..</relativePath> </parent> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <dependencies> <dependency> <groupId>org.apache.olingo</groupId> http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/4ff0e697/samples/pom.xml ---------------------------------------------------------------------- diff --git a/samples/pom.xml b/samples/pom.xml index 8f0be4f..2e7dd14 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -38,6 +38,10 @@ <module>server</module> </modules> + <properties> + <sonar.skip>true</sonar.skip> + </properties> + <build> <plugins> <plugin>
