aboutsummaryrefslogtreecommitdiffstats
path: root/model
diff options
context:
space:
mode:
authorRossC <ross.carter@est.tech>2020-05-07 13:25:34 +0100
committerRossC <ross.carter@est.tech>2020-05-08 14:57:56 +0100
commitea317372413753320db681efb9a1e469c3776f42 (patch)
tree33fd9dcc743783146057b2c4f45c051c140ce077 /model
parent5b0b7fac53c587307832119657a31b64926797a3 (diff)
Unit tests for various classes
Issue-ID: POLICY-1916 Change-Id: Ie7cafa16ce12ca542a4e76307caddb36b7753990 Signed-off-by: RossC <ross.carter@est.tech>
Diffstat (limited to 'model')
-rw-r--r--model/basic-model/pom.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/model/basic-model/pom.xml b/model/basic-model/pom.xml
index 3e11381a5..53c1adba3 100644
--- a/model/basic-model/pom.xml
+++ b/model/basic-model/pom.xml
@@ -1,7 +1,6 @@
<!--
============LICENSE_START=======================================================
- Copyright (C) 2018 Ericsson. All rights reserved.
- Modifications Copyright (C) 2020 Nordix Foundation.
+ Copyright (c) 2020 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -34,6 +33,13 @@
<artifactId>basic-model</artifactId>
<name>${project.artifactId}</name>
<description>Basic Models used and model handling in Apex</description>
+ <properties>
+ <sonar.exclusions>
+ **/package-info.java,
+ **/TestApexModel.java,
+ **/TestApexModelCreator.java
+ </sonar.exclusions>
+ </properties>
<dependencies>
<dependency>