diff options
author | waynedunican <wayne.dunican@est.tech> | 2020-09-02 13:12:45 +0100 |
---|---|---|
committer | waynedunican <wayne.dunican@est.tech> | 2020-09-02 13:12:51 +0100 |
commit | 6f154bcd5c86bf9027d297df8cbdb8310eb88754 (patch) | |
tree | b67f8e0397762696de13f81cd6440296536141b3 /client | |
parent | 2365471ec9b74779caad1edb5a6397305426abc7 (diff) |
Sonar Build Fix
Issue-ID: POLICY-2611
Change-Id: I125e2e4be8e8f3f5e8bb67b282c134a51f1cd255
Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'client')
-rw-r--r-- | client/client-deployment/pom.xml | 2 | ||||
-rw-r--r-- | client/client-full/pom.xml | 4 | ||||
-rw-r--r-- | client/client-monitoring/pom.xml | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/client/client-deployment/pom.xml b/client/client-deployment/pom.xml index 0818b30d6..5e42f8ba1 100644 --- a/client/client-deployment/pom.xml +++ b/client/client-deployment/pom.xml @@ -35,7 +35,7 @@ <properties> <webapp.dir>src/main/resources/webapp</webapp.dir> <sonar.nodejs.executable>${project.basedir}/src/main/resources/webapp/node/node</sonar.nodejs.executable> - <sonar.sources>${project.basedir}/src/main,${project.basedir}/src/main/resources/webapp/js</sonar.sources> + <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js</sonar.sources> <sonar.exclusions>src/main/resources/webapp/js/__test__/**</sonar.exclusions> </properties> diff --git a/client/client-full/pom.xml b/client/client-full/pom.xml index 57ab77889..5d9bcbd9c 100644 --- a/client/client-full/pom.xml +++ b/client/client-full/pom.xml @@ -35,8 +35,8 @@ <properties> <webapp.dir>src/main/resources/webapp</webapp.dir> <sonar.nodejs.executable>${project.basedir}/src/main/resources/webapp/node/node</sonar.nodejs.executable> - <sonar.sources>${project.basedir}/src/main,${project.basedir}/src/main/resources/webapp/js</sonar.sources> - <sonar.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/jquery</sonar.exclusions> + <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js</sonar.sources> + <sonar.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/jquery/**</sonar.exclusions> </properties> <dependencies> diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index c4938109a..b6a084ea9 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -35,8 +35,8 @@ <properties> <webapp.dir>src/main/resources/webapp</webapp.dir> <sonar.nodejs.executable>${project.basedir}/src/main/resources/webapp/node/node</sonar.nodejs.executable> - <sonar.sources>${project.basedir}/src/main,${project.basedir}/src/main/resources/webapp/js</sonar.sources> - <sonar.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/avsc,src/main/resources/webapp/js/d3</sonar.exclusions> + <sonar.sources>${project.basedir}/src/main/java,${project.basedir}/src/main/resources/webapp/js</sonar.sources> + <sonar.exclusions>src/main/resources/webapp/js/__test__/**,src/main/resources/webapp/js/avsc/**,src/main/resources/webapp/js/d3/**</sonar.exclusions> </properties> <dependencies> |