diff options
author | Sai Gandham <sg481n@att.com> | 2018-04-03 16:25:33 -0500 |
---|---|---|
committer | Sai Gandham <sg481n@att.com> | 2018-04-03 16:28:43 -0500 |
commit | 1ef69d23678f12c3c78e85c5b4579e305862ed8e (patch) | |
tree | 899dd44d575c0d72a91ec2ee0415f98f35e28a8b | |
parent | e612377163e148280503ca8db93223ab1fdee4dc (diff) |
Skip some modules from sonar
Skipping auth batch,client,hello,fs,gui,cadi shiro,cadi oauth
misc log4j,misc xgen.
Issue-ID: AAF-208
Change-Id: Ib589f755b23d0b9b455acff8726225dd023f27f6
Signed-off-by: Sai Gandham <sg481n@att.com>
-rw-r--r-- | auth/auth-batch/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-client/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-fs/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-gui/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-hello/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-locate/pom.xml | 1 | ||||
-rw-r--r-- | auth/auth-oauth/pom.xml | 1 | ||||
-rw-r--r-- | cadi/oauth-enduser/pom.xml | 1 | ||||
-rw-r--r-- | cadi/shiro/pom.xml | 1 | ||||
-rw-r--r-- | misc/log4j/pom.xml | 1 | ||||
-rw-r--r-- | misc/xgen/pom.xml | 1 |
11 files changed, 11 insertions, 0 deletions
diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index b98ff568..a2f5ceeb 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -76,6 +76,7 @@ <maven.test.failure.ignore>false</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 0414f2f9..f1b01a46 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -35,6 +35,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index b109e9bc..7bc56ac1 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -28,6 +28,7 @@ <properties> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 4678461b..bfb65e97 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -28,6 +28,7 @@ <properties> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index ea6c6186..873ffff7 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -27,6 +27,7 @@ <properties> <skipTests>false</skipTests> + <sonar.skip>true</sonar.skip> <!-- SONAR --> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 68a33eee..808414cc 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/pom.xml @@ -28,6 +28,7 @@ <properties> <maven.test.failure.ignore>true</maven.test.failure.ignore> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 513b4b83..18f63281 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/pom.xml @@ -28,6 +28,7 @@ <properties> <project.swmVersion>25</project.swmVersion> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 96f9a73c..608d37ab 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -31,6 +31,7 @@ <properties> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index d0ca7658..91503e23 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -35,6 +35,7 @@ <properties> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 12f7afdc..96b62137 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -71,6 +71,7 @@ <properties> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 0c0b3756..c808dc7a 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -71,6 +71,7 @@ <properties> <!-- SONAR --> + <sonar.skip>true</sonar.skip> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |