diff options
Diffstat (limited to 'client/client-monitoring/pom.xml')
-rw-r--r-- | client/client-monitoring/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/client/client-monitoring/pom.xml b/client/client-monitoring/pom.xml index 91c136310..c4938109a 100644 --- a/client/client-monitoring/pom.xml +++ b/client/client-monitoring/pom.xml @@ -32,6 +32,13 @@ <name>${project.artifactId}</name> <description>Web client for monitoring Apex engines</description> + <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> + </properties> + <dependencies> <dependency> <groupId>org.onap.policy.common</groupId> |