aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2020-03-02 09:40:40 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2020-03-02 09:41:34 -0800
commitb4c93a77d04fe9904f2bd80d31b1b3e6f7d9c16d (patch)
tree206be220653f3369b4c33491e3d27168481bc142
parentca20793652dc0df6c25cdde9e2bbe007c0efebbe (diff)
Exclude license check for doc files
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
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b9955a3..5f7fe39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -454,6 +454,8 @@
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>