diff options
author | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-24 21:59:03 -0400 |
---|---|---|
committer | Kajur, Harish (vk250x) <vk250x@att.com> | 2018-03-26 08:48:18 -0400 |
commit | f1a8fb1bc04f5d685f2b31d35db605f6fa054f60 (patch) | |
tree | a5e432ad396ec3f2587993a69099890ed723e0d8 /aai-schema/src/main/resources/oxm | |
parent | b1264ad4012f67664d71982a0eaad7e9bcce34f4 (diff) |
Add plugin to check coverage
Get line coverage to 50% and ensure it doesn't go down
Issue-ID: AAI-498
Change-Id: Ib466b7e2b7cb6d2f888e3b58c2073bb02ab6f809
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
Diffstat (limited to 'aai-schema/src/main/resources/oxm')
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v12.xml | 1 | ||||
-rw-r--r-- | aai-schema/src/main/resources/oxm/aai_oxm_v13.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml index b8fad43e..d9fbccac 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v12.xml @@ -563,7 +563,6 @@ <xml-property name="description" value="HPA Capability Feature attributes"/> <xml-property name="indexedProps" value="hpa-attribute-key"/> <xml-property name="dependentOn" value="hpa-capability"/> - <xml-property name="container" value="hpa-capability"/> </xml-properties> </java-type> diff --git a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml index 72cf646d..2dfc4f0a 100644 --- a/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml +++ b/aai-schema/src/main/resources/oxm/aai_oxm_v13.xml @@ -563,7 +563,6 @@ <xml-property name="description" value="HPA Capability Feature attributes"/> <xml-property name="indexedProps" value="hpa-attribute-key"/> <xml-property name="dependentOn" value="hpa-capability"/> - <xml-property name="container" value="hpa-capability"/> </xml-properties> </java-type> |