Exclude license check for doc files 65/102765/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Mar 2020 17:40:40 +0000 (09:40 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 2 Mar 2020 17:41:34 +0000 (09:41 -0800)
Related to https://gerrit.onap.org/r/#/c/externalapi/nbi/+/101341/

Issue-ID: CIMAN-33
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Change-Id: I94ce6e9b251ca3e91cde38307e2dd8e402c919e1

pom.xml

diff --git a/pom.xml b/pom.xml
index b9955a3..5f7fe39 100644 (file)
--- a/pom.xml
+++ b/pom.xml
               karate -->
             <exclude>src/test/java/karate-config.js</exclude>
             <exclude>releases/**/*.yaml</exclude>
+            <exclude>docs/conf.yaml</exclude>
+            <exclude>.readthedocs.yaml</exclude>
           </excludes>
           <skipExistingHeaders>true</skipExistingHeaders>
           <skip>false</skip>